1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
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

@ -19,8 +19,6 @@ import 'css!./imageeditor';
const enableFocusTransform = !browser.slow && !browser.edge;
loading = loading.default || loading;
let currentItem;
let hasChanges = false;

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)) {

View file

@ -3,8 +3,6 @@ import loading from 'loading';
import globalize from 'globalize';
import 'emby-button';
loading = loading.default || loading;
function loadPage(page, config) {
$('.liveTvSettingsForm', page).show();
$('.noLiveTvServices', page).hide();