[db] add S_RELEASEDATE and idx

This commit is contained in:
whatdoineed2do/Ray
2020-02-16 15:15:52 +00:00
committed by ejurgensen
parent 80921a71a4
commit 78194807db
3 changed files with 7 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ enum sort_type {
S_VPATH,
S_POS,
S_SHUFFLE_POS,
S_RELEASEDATE,
};
#define Q_F_BROWSE (1 << 15)