mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-28 13:09:11 -05:00
Add support for daap.songuserplaycount
It's used to give proper replies to Remote when it asks for unplayed Podcasts. Maps to play_count in the database, which already existed (very good forward thinking by the original authors).
This commit is contained in:
@@ -35,6 +35,7 @@ struct dmap_query_field_map;
|
||||
"daap.songtime", "f.song_length", 1
|
||||
"daap.songtrackcount", "f.total_tracks", 1
|
||||
"daap.songtracknumber", "f.track", 1
|
||||
"daap.songuserplaycount", "f.play_count", 1
|
||||
"daap.songyear", "f.year", 1
|
||||
"com.apple.itunes.mediakind", "f.media_kind", 1
|
||||
"com.apple.itunes.extended-media-kind", "f.media_kind", 1
|
||||
|
||||
Reference in New Issue
Block a user