Implement sort=artist for DAAP queries

This commit is contained in:
Kai Elwert
2010-10-09 15:57:34 +02:00
committed by Julien BLACHE
parent ee7b976eeb
commit e5af78fe9f
3 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ enum sort_type {
S_NONE = 0,
S_NAME,
S_ALBUM,
S_ARTIST,
};
#define Q_F_BROWSE (1 << 15)