Add dateLoved Criteria field

This commit is contained in:
Deluan 2021-10-25 16:44:59 -04:00 committed by Joe Stump
parent 1475597c16
commit 2c587d1fe6
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -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",