mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Add dateLoved
Criteria field
This commit is contained in:
parent
93ce0b5683
commit
83eaafcbfb
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ var fieldMap = map[string]string{
|
||||||
"channels": "media_file.channels",
|
"channels": "media_file.channels",
|
||||||
"genre": "genre.name",
|
"genre": "genre.name",
|
||||||
"loved": "annotation.starred",
|
"loved": "annotation.starred",
|
||||||
|
"dateLoved": "annotation.starred_at",
|
||||||
"lastplayed": "annotation.play_date",
|
"lastplayed": "annotation.play_date",
|
||||||
"playcount": "annotation.play_count",
|
"playcount": "annotation.play_count",
|
||||||
"rating": "annotation.rating",
|
"rating": "annotation.rating",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue