N/A
This commit is contained in:
parent
473e6ff7b8
commit
2d6142a01e
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue