Modify: delete temp file inside monitor lifecycle

This commit is contained in:
HFO4
2020-02-08 10:02:08 +08:00
parent 096483b6ee
commit 356ac8d608
3 changed files with 12 additions and 13 deletions

View File

@@ -40,7 +40,6 @@ type group struct {
Name string `json:"name"`
AllowShare bool `json:"allowShare"`
AllowRemoteDownload bool `json:"allowRemoteDownload"`
AllowTorrentDownload bool `json:"allowTorrentDownload"`
AllowArchiveDownload bool `json:"allowArchiveDownload"`
ShareFreeEnabled bool `json:"shareFree"`
ShareDownload bool `json:"shareDownload"`