fixes for playqueue-contents

This commit is contained in:
chme
2014-05-03 19:44:26 +02:00
parent 5f307c7ce1
commit 8036a5a6d3
3 changed files with 70 additions and 50 deletions

View File

@@ -96,7 +96,7 @@ struct player_history
unsigned int count;
/* Circular buffer of song ids previously played by forked-daapd */
uint32_t buffer[MAX_HISTORY_COUNT];
uint32_t id[MAX_HISTORY_COUNT];
};