mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording editor
This commit is contained in:
parent
236922386b
commit
97f2044bc4
17 changed files with 268 additions and 261 deletions
|
@ -1822,6 +1822,7 @@ var AppInfo = {};
|
|||
define("libjass", [bowerPath + "/libjass/libjass", "css!" + bowerPath + "/libjass/libjass"], returnFirstDependency);
|
||||
|
||||
define("recordingCreator", [embyWebComponentsBowerPath + "/recordingcreator/recordingcreator"], returnFirstDependency);
|
||||
define("recordingEditor", [embyWebComponentsBowerPath + "/recordingcreator/recordingeditor"], returnFirstDependency);
|
||||
define("mediaInfo", [embyWebComponentsBowerPath + "/mediainfo/mediainfo"], returnFirstDependency);
|
||||
define("backdrop", [embyWebComponentsBowerPath + "/backdrop/backdrop"], returnFirstDependency);
|
||||
define("fetchHelper", [embyWebComponentsBowerPath + "/fetchhelper"], returnFirstDependency);
|
||||
|
@ -3102,7 +3103,7 @@ var AppInfo = {};
|
|||
loadTheme();
|
||||
|
||||
if (browserInfo.safari && browserInfo.mobile) {
|
||||
initFastClick();
|
||||
//initFastClick();
|
||||
}
|
||||
|
||||
if (Dashboard.isRunningInCordova()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue