diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-11-12 21:47:42 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-11-12 21:47:42 +0000 |
| commit | a3c742d104f03cc7c86b112bee7a0e54e5ea67a9 (patch) | |
| tree | 33ca780ad7434db995778404d2a1700e90931ade /src/qmmpui/fileloader_p.h | |
| parent | 762952cbe88701a9fb71475768a18f32b199617e (diff) | |
| download | qmmp-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.h | 1 |
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; |
