This commit is contained in:
Cameron 2020-08-02 09:22:03 +01:00
parent 0e409e2717
commit 042cb4119b
3 changed files with 1 additions and 5 deletions

View file

@ -3365,7 +3365,7 @@ class PlaybackManager {
return !textStream.IsExternalUrl ? apiClient.getUrl(textStream.DeliveryUrl) : textStream.DeliveryUrl;
}
stop(player ) {
stop(player) {
player = player || this._currentPlayer;
if (player) {
if (enableLocalPlaylistManagement(player)) {