File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -80,17 +80,17 @@ func DeleteMediaScanPath(id uint) error {
8080
8181// MediaItemQuery 媒体条目查询参数
8282type MediaItemQuery struct {
83- MediaType model.MediaType
84- ScanPathID uint // 按扫描路径ID筛选
85- FolderPath string // 按文件夹路径筛选
86- TypeTag string // 按类型标签筛选(电影、电视剧等)
87- ContentTag string // 按内容标签筛选(喜剧、惊悚等)
88- Hidden * bool
89- Keyword string
90- OrderBy string // "name", "date", "size"
91- OrderDir string // "asc", "desc"
92- Page int
93- PageSize int
83+ MediaType model.MediaType
84+ ScanPathID uint // 按扫描路径ID筛选
85+ FolderPath string // 按文件夹路径筛选
86+ TypeTag string // 按类型标签筛选(电影、电视剧等)
87+ ContentTag string // 按内容标签筛选(喜剧、惊悚等)
88+ Hidden * bool
89+ Keyword string
90+ OrderBy string // "name", "date", "size"
91+ OrderDir string // "asc", "desc"
92+ Page int
93+ PageSize int
9494}
9595
9696// ListMediaItems 分页查询媒体条目
You can’t perform that action at this time.
0 commit comments