mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Support <location> element in XSPFs
This commit is contained in:
@@ -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() )
|
||||
|
Reference in New Issue
Block a user