From 9108df97a0e522933aae93ef57b25a1910359288 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Fri, 4 Jun 2004 03:15:37 +0000 Subject: remove ickiness ness with play on a non existing file setting playlist_state to stop git-svn-id: https://svn.musicpd.org/mpd/trunk@1329 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/playlist.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/playlist.c b/src/playlist.c index ad2e7d2f3..c7da3fa38 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -720,7 +720,6 @@ int playPlaylist(FILE * fp, int song, int stopOnError) { else if(song<0 || song>=playlist.length) { commandError(fp, ACK_ERROR_NO_EXIST, "song doesn't exist: \"%i\"", song); - playlist_state = PLAYLIST_STATE_STOP; return -1; } -- cgit v1.2.3