From a81ae71cb491c6e8d5a208a0b9b352fa11381a13 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 6 Aug 2007 08:09:29 +0000 Subject: 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 --- src/playlistmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() ); -- cgit v1.2.3-13-gbd6f