mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update suggestion change
This commit is contained in:
parent
8e724d3119
commit
d6c00aa6f4
12 changed files with 32 additions and 32 deletions
|
@ -7,7 +7,7 @@ import baseConfirm from '../components/confirm/confirm';
|
|||
import globalize from '../scripts/globalize';
|
||||
import * as webSettings from './settings/webSettings';
|
||||
import datetime from '../scripts/datetime';
|
||||
import { DirectoryBrowser } from '../components/directorybrowser/directorybrowser';
|
||||
import DirectoryBrowser from '../components/directorybrowser/directorybrowser';
|
||||
import dialogHelper from '../components/dialogHelper/dialogHelper';
|
||||
import itemIdentifier from '../components/itemidentifier/itemidentifier';
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ function loadCoreDictionary() {
|
|||
|
||||
function init() {
|
||||
// This is used in plugins
|
||||
window.events = Events;
|
||||
window.Events = Events;
|
||||
window.TaskButton = taskButton;
|
||||
|
||||
serverAddress().then(server => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue