Remove unused AnnotatedModel interface

This commit is contained in:
Deluan
2021-08-01 11:12:32 -04:00
parent c831dc4cdf
commit aa1571e074
4 changed files with 0 additions and 16 deletions
-4
View File
@@ -10,10 +10,6 @@ type Annotations struct {
StarredAt time.Time `structs:"-" json:"starredAt"`
}
type AnnotatedModel interface {
GetAnnotations() Annotations
}
type AnnotatedRepository interface {
IncPlayCount(itemID string, ts time.Time) error
SetStar(starred bool, itemIDs ...string) error