mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-29 12:39:28 +01:00
Fix album folders not being opened correctly if the path contained whitespaces
This commit is contained in:
parent
d45917d14a
commit
8749a04e23
@ -290,7 +290,7 @@ TrackDetailView::onBuyButtonClicked()
|
||||
{
|
||||
if ( m_allTracksAvailableLocally )
|
||||
{
|
||||
QDesktopServices::openUrl( DownloadJob::localPath( m_query->track()->albumPtr() ) );
|
||||
QDesktopServices::openUrl( QUrl::fromLocalFile( DownloadJob::localPath( m_query->track()->albumPtr() ) ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user