From 2d6142a01eab18ee88926805d1b3b21b470af35a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 23 Jan 2016 19:39:18 +0100 Subject: [PATCH] N/A --- playlist.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playlist.c b/playlist.c index 38f6fa07d8..179a3d79a5 100644 --- a/playlist.c +++ b/playlist.c @@ -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) {