diff --git a/playlist.c b/playlist.c index d3b400251e..0bf3a7f8ba 100644 --- a/playlist.c +++ b/playlist.c @@ -199,7 +199,7 @@ static bool content_playlist_read_file( if (file) fclose(file); - return true; + return false; } for (playlist->size = 0; playlist->size < playlist->cap; )