feat: add movie tracking feature

This commit is contained in:
Simon Ding
2024-07-16 14:20:25 +08:00
parent 547db5dd4a
commit 81ebcb4870
56 changed files with 4562 additions and 3977 deletions

View File

@@ -18,8 +18,8 @@ type History func(*sql.Selector)
// Indexers is the predicate function for indexers builders.
type Indexers func(*sql.Selector)
// Series is the predicate function for series builders.
type Series func(*sql.Selector)
// Media is the predicate function for media builders.
type Media func(*sql.Selector)
// Settings is the predicate function for settings builders.
type Settings func(*sql.Selector)