From 67819e60c80c493d4f6aee953b1872fb336649ee Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Wed, 21 Jan 2015 19:45:29 -0800 Subject: [PATCH] Enable selecting .jspf files in file browser dialog --- src/tomahawk/dialogs/LoadPlaylistDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tomahawk/dialogs/LoadPlaylistDialog.cpp b/src/tomahawk/dialogs/LoadPlaylistDialog.cpp index e3de21d7c..a37b2f1cf 100644 --- a/src/tomahawk/dialogs/LoadPlaylistDialog.cpp +++ b/src/tomahawk/dialogs/LoadPlaylistDialog.cpp @@ -53,7 +53,7 @@ void LoadPlaylistDialog::getLocalFile() { const QString path = TomahawkSettings::instance()->importPlaylistPath(); - QString url = QFileDialog::getOpenFileName( this, tr( "Load Playlist" ), path, tr( "Playlists (*.xspf *.m3u)" ) ); + QString url = QFileDialog::getOpenFileName( this, tr( "Load Playlist" ), path, tr( "Playlists (*.xspf *.m3u *.jspf)" ) ); if ( !url.isEmpty() ) {