aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/fileloader_p.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-11-12 21:47:42 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-11-12 21:47:42 +0000
commita3c742d104f03cc7c86b112bee7a0e54e5ea67a9 (patch)
tree33ca780ad7434db995778404d2a1700e90931ade /src/qmmpui/fileloader_p.h
parent762952cbe88701a9fb71475768a18f32b199617e (diff)
downloadqmmp-a3c742d104f03cc7c86b112bee7a0e54e5ea67a9.tar.gz
qmmp-a3c742d104f03cc7c86b112bee7a0e54e5ea67a9.tar.bz2
qmmp-a3c742d104f03cc7c86b112bee7a0e54e5ea67a9.zip
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
Diffstat (limited to 'src/qmmpui/fileloader_p.h')
-rw-r--r--src/qmmpui/fileloader_p.h1
1 files changed, 1 insertions, 0 deletions
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;