mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 00:12:06 +02:00
Support <location> element in XSPFs
This commit is contained in:
parent
807eacd272
commit
cb6233bbfe
@ -232,6 +232,10 @@ XSPFLoader::gotBody()
|
||||
{
|
||||
url = n.text();
|
||||
}
|
||||
else if ( n.namespaceURI() == m_NS && n.localName() == "location" )
|
||||
{
|
||||
url = n.text();
|
||||
}
|
||||
}
|
||||
|
||||
if ( artist.isEmpty() || track.isEmpty() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user