mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Enable selecting .jspf files in file browser dialog
This commit is contained in:
@@ -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() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user