Don't play empty audio urls.

This commit is contained in:
Inusaito Sayori
2014-09-09 12:38:29 -04:00
parent 1c7772e731
commit a5ac768540

View File

@@ -101,7 +101,6 @@ void LLMediaFilter::filterAudioUrl(const std::string& url)
{ {
if (url.empty()) if (url.empty())
{ {
gAudiop->startInternetStream(url);
return; return;
} }
if (url == mCurrentAudioURL) return; if (url == mCurrentAudioURL) return;