diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-13 10:52:23 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-13 10:52:23 +0000 |
| commit | 91bec81b83ce201a0c06cc70372207964d712d2c (patch) | |
| tree | 195afc739a2c5dd42f6991cee24f18225542a767 /src/qmmpui/playlistmodel.cpp | |
| parent | 6a4db89d7f35564a357aeeef95dd65126fe0fb8a (diff) | |
| download | qmmp-91bec81b83ce201a0c06cc70372207964d712d2c.tar.gz qmmp-91bec81b83ce201a0c06cc70372207964d712d2c.tar.bz2 qmmp-91bec81b83ce201a0c06cc70372207964d712d2c.zip | |
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3586 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.cpp')
| -rw-r--r-- | src/qmmpui/playlistmodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmodel.cpp b/src/qmmpui/playlistmodel.cpp index 888615834..7c537b1ec 100644 --- a/src/qmmpui/playlistmodel.cpp +++ b/src/qmmpui/playlistmodel.cpp @@ -109,7 +109,6 @@ void PlayListModel::add(QList<PlayListTrack *> tracks) foreach(PlayListTrack *track, tracks) { m_container.addTrack(track); - track->readMetadata(); m_total_length += track->length(); emit itemAdded(track); } |
