Set song's file to url
This commit is contained in:
committed by
craig.p.drummond
parent
45398db407
commit
0647961508
@@ -187,6 +187,7 @@ Song HttpServer::decodeUrl(const QString &url) const
|
||||
if (u.hasQueryItem("track")) {
|
||||
s.track=u.queryItemValue("track").toInt();
|
||||
}
|
||||
s.file=url;
|
||||
}
|
||||
|
||||
return s;
|
||||
|
||||
Reference in New Issue
Block a user