1
0
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:
Leo Franchi 2015-01-21 19:45:29 -08:00
parent a64427da15
commit c5d9de7682

View File

@ -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() )
{