mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2026-05-06 23:31:59 +08:00
chore(strm): remove redundant param (#1929)
This commit is contained in:
@@ -22,7 +22,6 @@ type Addition struct {
|
||||
WithSign bool `json:"withSign" default:"false"`
|
||||
SaveStrmToLocal bool `json:"SaveStrmToLocal" default:"false" help:"save strm file locally"`
|
||||
SaveStrmLocalPath string `json:"SaveStrmLocalPath" type:"text" help:"save strm file local path"`
|
||||
KeepLocalDownloadFile bool `json:"KeepLocalDownloadFile" default:"false" help:"keep local download files"`
|
||||
SaveLocalMode string `json:"SaveLocalMode" type:"select" help:"save strm file locally mode" options:"insert,update,sync" default:"insert"`
|
||||
Version int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user