Merge branch 'add-asset-packet' into asset-packet-musiclist
This commit is contained in:
commit
c056182ba0
@ -705,7 +705,7 @@ void AOApplication::server_packet_received(AOPacket *p_packet)
|
|||||||
|
|
||||||
//AssetURL Packet
|
//AssetURL Packet
|
||||||
else if (header == "ASS") {
|
else if (header == "ASS") {
|
||||||
if (f_contents.size() > 1) { // This can never be more than one link.
|
if (f_contents.size() > 1 || f_contents.size() == 0) { // This can never be more than one link.
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
QUrl t_asset_url = QUrl::fromPercentEncoding(f_contents.at(0).toUtf8());
|
QUrl t_asset_url = QUrl::fromPercentEncoding(f_contents.at(0).toUtf8());
|
||||||
|
Loading…
Reference in New Issue
Block a user