diff options
Diffstat (limited to 'src/storedPlaylist.c')
-rw-r--r-- | src/storedPlaylist.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |