diff options
Diffstat (limited to 'src/playlist.c')
-rw-r--r-- | src/playlist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/playlist.c b/src/playlist.c index d8f2c6b65..de5a2a3d5 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -840,7 +840,6 @@ int stopPlaylist(int fd) static int playPlaylistOrderNumber(int fd, int orderNum) { - if (playerStop(fd) < 0) return -1; @@ -1195,7 +1194,6 @@ static void randomizeOrder(int start, int end) playlist.current = ri; swapOrder(i, ri); } - } int setPlaylistRandomStatus(int fd, int status) |