From ae2ecb4054180da4597958a79da6c9f6bcf7bebd Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Sun, 19 Aug 2007 19:48:39 +0000 Subject: Custom patch to add a playlist versioning number, needs testing2 git-svn-id: https://svn.musicpd.org/mpd/branches/q-mpd@6766 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/storedPlaylist.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/storedPlaylist.c b/src/storedPlaylist.c index e0ed0e745..a62ee313c 100644 --- a/src/storedPlaylist.c +++ b/src/storedPlaylist.c @@ -114,7 +114,6 @@ static ListNode *nodeOfStoredPlaylist(StoredPlaylist *sp, int index) static void appendSongToStoredPlaylist(StoredPlaylist *sp, Song *song) { insertInListWithoutKey(sp->list, xstrdup(getSongUrl(song))); - incrStoredPlaylistVersion(); } StoredPlaylist *newStoredPlaylist(const char *utf8name, int fd, int ignoreExisting) -- cgit v1.2.3