mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
initial
This commit is contained in:
parent
793b860f7c
commit
451da10fd2
1 changed files with 9 additions and 1 deletions
|
@ -6,6 +6,10 @@ import baseAlert from '../components/alert';
|
||||||
import baseConfirm from '../components/confirm/confirm';
|
import baseConfirm from '../components/confirm/confirm';
|
||||||
import globalize from '../scripts/globalize';
|
import globalize from '../scripts/globalize';
|
||||||
import * as webSettings from './settings/webSettings';
|
import * as webSettings from './settings/webSettings';
|
||||||
|
import datetime from '../scripts/datetime';
|
||||||
|
import directorybrowser from '../components/directorybrowser/directorybrowser';
|
||||||
|
import dialogHelper from '../components/dialogHelper/dialogHelper';
|
||||||
|
import { Events } from 'jellyfin-apiclient';
|
||||||
|
|
||||||
export function getCurrentUser() {
|
export function getCurrentUser() {
|
||||||
return window.ApiClient.getCurrentUser(false);
|
return window.ApiClient.getCurrentUser(false);
|
||||||
|
@ -210,7 +214,11 @@ const Dashboard = {
|
||||||
processServerConfigurationUpdateResult,
|
processServerConfigurationUpdateResult,
|
||||||
selectServer,
|
selectServer,
|
||||||
serverAddress,
|
serverAddress,
|
||||||
showLoadingMsg
|
showLoadingMsg,
|
||||||
|
datetime,
|
||||||
|
Events,
|
||||||
|
directorybrowser,
|
||||||
|
dialogHelper
|
||||||
};
|
};
|
||||||
|
|
||||||
// This is used in plugins and templates, so keep it defined for now.
|
// This is used in plugins and templates, so keep it defined for now.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue