mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
Prefer album artist even when DAAP says artist
This commit is contained in:
parent
0f3cf27f57
commit
86cf922615
@ -14,7 +14,7 @@ struct dmap_query_field_map;
|
||||
"dmap.itemid", "f.id", 1
|
||||
"daap.songalbum", "f.album", 0
|
||||
"daap.songalbumid", "f.songalbumid", 1
|
||||
"daap.songartist", "f.artist", 0
|
||||
"daap.songartist", "f.album_artist", 0
|
||||
"daap.songalbumartist", "f.album_artist", 0
|
||||
"daap.songbitrate", "f.bitrate", 1
|
||||
"daap.songcomment", "f.comment", 0
|
||||
|
Loading…
Reference in New Issue
Block a user