[db/mpd] Simplify getting file count from db

This commit is contained in:
chme
2017-08-12 16:47:44 +02:00
parent c45a85d143
commit 0b2ee5a9eb
3 changed files with 30 additions and 28 deletions

View File

@@ -562,6 +562,9 @@ db_file_enable_bycookie(uint32_t cookie, char *path);
int
db_file_update_directoryid(char *path, int dir_id);
int
db_filecount_get(struct filecount_info *fci, struct query_params *qp);
/* Playlists */
int
db_pl_get_count(void);