mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Enable selecting .jspf files in file browser dialog
This commit is contained in:
@@ -53,7 +53,7 @@ void
|
|||||||
LoadPlaylistDialog::getLocalFile()
|
LoadPlaylistDialog::getLocalFile()
|
||||||
{
|
{
|
||||||
const QString path = TomahawkSettings::instance()->importPlaylistPath();
|
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() )
|
if ( !url.isEmpty() )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user