Skip to content

Commit

Permalink
Add dateLoved Criteria field
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Oct 25, 2021
1 parent 93ce0b5 commit 83eaafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/criteria/fields.go
Expand Up @@ -37,6 +37,7 @@ var fieldMap = map[string]string{
"channels": "media_file.channels",
"genre": "genre.name",
"loved": "annotation.starred",
"dateLoved": "annotation.starred_at",
"lastplayed": "annotation.play_date",
"playcount": "annotation.play_count",
"rating": "annotation.rating",
Expand Down

0 comments on commit 83eaafc

Please sign in to comment.