mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-04 16:12:24 +02:00
Enable selecting .jspf files in file browser dialog
This commit is contained in:
parent
a64427da15
commit
c5d9de7682
@ -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() )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user