mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Also fixed auto-resolving for creating playlists.
This commit is contained in:
@@ -104,7 +104,7 @@ XSPFLoader::gotBody()
|
||||
album = e.firstChildElement( "album" ).text();
|
||||
track = e.firstChildElement( "title" ).text();
|
||||
|
||||
p->setQuery( Tomahawk::Query::get( artist, track, album ) );
|
||||
p->setQuery( Tomahawk::Query::get( artist, track, album, uuid() ) );
|
||||
p->query()->setDuration( e.firstChildElement( "duration" ).text().toInt() / 1000 );
|
||||
m_entries << p;
|
||||
}
|
||||
|
Reference in New Issue
Block a user