diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/playlist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/playlist.c b/src/playlist.c index d8f2c6b65..02528908b 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -221,8 +221,7 @@ int clearPlaylist(int fd) int clearStoredPlaylist(int fd, char *utf8file) { - removeAllFromStoredPlaylistByPath(fd, utf8file); - return 0; + return removeAllFromStoredPlaylistByPath(fd, utf8file); } int showPlaylist(int fd) |