Simply some song checks and make url always unique by using stream url
instead
This commit is contained in:
@@ -306,7 +306,7 @@ void Player::HandleLoadResult(const UrlHandler::LoadResult &result) {
|
||||
(result.media_url_ != song.url())
|
||||
)
|
||||
{
|
||||
song.set_url(result.media_url_);
|
||||
song.set_stream_url(result.media_url_);
|
||||
update = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user