mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +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();
|
album = e.firstChildElement( "album" ).text();
|
||||||
track = e.firstChildElement( "title" ).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 );
|
p->query()->setDuration( e.firstChildElement( "duration" ).text().toInt() / 1000 );
|
||||||
m_entries << p;
|
m_entries << p;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user