lint
This commit is contained in:
parent
0e409e2717
commit
042cb4119b
3 changed files with 1 additions and 5 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue