Don't play empty audio urls.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user