1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge branch 'master' into migrated-livetvsettings-to-es6-module

This commit is contained in:
dkanada 2020-08-02 16:54:45 +09:00 committed by GitHub
commit a9e0eec51a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 355 additions and 323 deletions

View file

@ -3,6 +3,8 @@ 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();