From 534cebc65c3e06c2e24e0e3695078a1afd533a6c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 29 Jul 2013 06:55:23 +0000 Subject: fixed playlist autosave option git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3557 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmanager.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/qmmpui/playlistmanager.cpp b/src/qmmpui/playlistmanager.cpp index cc98ae8f7..6e3f73c3b 100644 --- a/src/qmmpui/playlistmanager.cpp +++ b/src/qmmpui/playlistmanager.cpp @@ -40,6 +40,7 @@ PlayListManager::PlayListManager(QObject *parent) : QObject(parent) m_selected = 0; m_repeatable = false; m_shuffle = false; + m_autosave_playlist = false; m_timer = new QTimer(this); m_timer->setInterval(5000); m_timer->setSingleShot(true); -- cgit v1.2.3-13-gbd6f