diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-06 08:09:29 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-06 08:09:29 +0000 |
| commit | a81ae71cb491c6e8d5a208a0b9b352fa11381a13 (patch) | |
| tree | e5b764220888263314e90214510b1ae9ce2d926c /src/playlistmodel.cpp | |
| parent | 7d75d2947cd4d1a9ff1da7e3b2d4bb2c7a0d9c69 (diff) | |
| download | qmmp-a81ae71cb491c6e8d5a208a0b9b352fa11381a13.tar.gz qmmp-a81ae71cb491c6e8d5a208a0b9b352fa11381a13.tar.bz2 qmmp-a81ae71cb491c6e8d5a208a0b9b352fa11381a13.zip | |
added identification by content (ogg vorbis and mpeg)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@61 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/playlistmodel.cpp')
| -rw-r--r-- | src/playlistmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlistmodel.cpp b/src/playlistmodel.cpp index 87e06ce1b..0ac906383 100644 --- a/src/playlistmodel.cpp +++ b/src/playlistmodel.cpp @@ -268,7 +268,7 @@ void PlayListModel::showDetails() { if ( m_files.at ( i )->isSelected() ) { - DecoderFactory *fact = Decoder::findFactory ( m_files.at ( i )->path() ); + DecoderFactory *fact = Decoder::findByPath ( m_files.at ( i )->path() ); if ( fact ) fact->showDetails ( 0, m_files.at ( i )->path() ); |
