From 8c5470a3db7f36cc50b8f5591c8b1f1410977581 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Jan 2009 18:59:32 +0100 Subject: playlist: log errors during loadPlaylist() Don't call command_error() if loading a song from the playlist fails. This may result in assertion failures, since command_error() may be called more than once. --- src/playlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/playlist.h') diff --git a/src/playlist.h b/src/playlist.h index a4b40f6e0..59c37a788 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -126,7 +126,7 @@ enum playlist_result swapSongsInPlaylist(unsigned song1, unsigned song2); enum playlist_result swapSongsInPlaylistById(unsigned id1, unsigned id2); -enum playlist_result loadPlaylist(struct client *client, const char *utf8file); +enum playlist_result loadPlaylist(const char *utf8file); bool getPlaylistRepeatStatus(void); -- cgit v1.2.3