[mpd] Fix wrong db playime info in 'stats' command (#360)

This commit is contained in:
chme
2017-03-04 17:23:52 +01:00
committed by ejurgensen
parent 62cb07c73b
commit 1dde41fb87
3 changed files with 4 additions and 4 deletions

View File

@@ -350,7 +350,7 @@ struct watch_enum {
struct filecount_info {
uint32_t count;
uint32_t length;
uint64_t length;
};
/* Directory ids must be in sync with the ids in Q_DIR* in db_init.c */