mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
lint
This commit is contained in:
parent
0e409e2717
commit
042cb4119b
3 changed files with 1 additions and 5 deletions
|
@ -19,8 +19,6 @@ import 'css!./imageeditor';
|
||||||
|
|
||||||
const enableFocusTransform = !browser.slow && !browser.edge;
|
const enableFocusTransform = !browser.slow && !browser.edge;
|
||||||
|
|
||||||
loading = loading.default || loading;
|
|
||||||
|
|
||||||
let currentItem;
|
let currentItem;
|
||||||
let hasChanges = false;
|
let hasChanges = false;
|
||||||
|
|
||||||
|
|
|
@ -3365,7 +3365,7 @@ class PlaybackManager {
|
||||||
return !textStream.IsExternalUrl ? apiClient.getUrl(textStream.DeliveryUrl) : textStream.DeliveryUrl;
|
return !textStream.IsExternalUrl ? apiClient.getUrl(textStream.DeliveryUrl) : textStream.DeliveryUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
stop(player ) {
|
stop(player) {
|
||||||
player = player || this._currentPlayer;
|
player = player || this._currentPlayer;
|
||||||
if (player) {
|
if (player) {
|
||||||
if (enableLocalPlaylistManagement(player)) {
|
if (enableLocalPlaylistManagement(player)) {
|
||||||
|
|
|
@ -3,8 +3,6 @@ import loading from 'loading';
|
||||||
import globalize from 'globalize';
|
import globalize from 'globalize';
|
||||||
import 'emby-button';
|
import 'emby-button';
|
||||||
|
|
||||||
loading = loading.default || loading;
|
|
||||||
|
|
||||||
function loadPage(page, config) {
|
function loadPage(page, config) {
|
||||||
$('.liveTvSettingsForm', page).show();
|
$('.liveTvSettingsForm', page).show();
|
||||||
$('.noLiveTvServices', page).hide();
|
$('.noLiveTvServices', page).hide();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue