From a3c742d104f03cc7c86b112bee7a0e54e5ea67a9 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 12 Nov 2018 21:47:42 +0000 Subject: feature to disable tag reading while loading a playlist(#925) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8419 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/fileloader_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qmmpui/fileloader_p.h') diff --git a/src/qmmpui/fileloader_p.h b/src/qmmpui/fileloader_p.h index d479ef786..f6b68f7c1 100644 --- a/src/qmmpui/fileloader_p.h +++ b/src/qmmpui/fileloader_p.h @@ -101,6 +101,7 @@ private: QStringList m_filters; QmmpUiSettings *m_settings; bool m_finished; + bool m_readMetaDataForPlayLists; TrackInfo::Parts m_parts; QMutex m_mutex; -- cgit v1.2.3-13-gbd6f