From 45117f6d2f2ccfb47af840d4416f43607d83d518 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 10 Oct 2008 08:42:15 +0000 Subject: cue sheet support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@575 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/mainwindow.cpp') diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index d2e50a98c..1cd0a26d3 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -181,7 +181,7 @@ void MainWindow::play() return; m_equalizer->loadPreset(m_playListModel->currentItem()->fileName()); - m_playListModel->currentItem()->updateTags(); + //m_playListModel->currentItem()->updateTags(); m_playlist->listWidget()->updateList(); QString s = m_playListModel->currentItem()->path(); if (s.isEmpty()) -- cgit v1.2.3-13-gbd6f