This commit is contained in:
twinaphex 2016-01-23 19:39:18 +01:00
parent 473e6ff7b8
commit 2d6142a01e
1 changed files with 4 additions and 4 deletions

View File

@ -26,6 +26,10 @@
#include "playlist.h"
#include "verbosity.h"
#ifndef PLAYLIST_ENTRIES
#define PLAYLIST_ENTRIES 6
#endif
struct content_playlist_entry
{
char *path;
@ -342,10 +346,6 @@ const char *content_playlist_entry_get_label(const content_playlist_entry_t *ent
return entry->label;
}
#ifndef PLAYLIST_ENTRIES
#define PLAYLIST_ENTRIES 6
#endif
static bool content_playlist_read_file(
content_playlist_t *playlist, const char *path)
{