diff options
Diffstat (limited to 'src')
| -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() ); |
