chore(strm): remove redundant param (#1929)

This commit is contained in:
Seven
2026-01-07 18:34:33 +08:00
committed by GitHub
parent 642acf8bca
commit 7088fa1f69

View File

@@ -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
}