mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update fetch
This commit is contained in:
parent
c85ffc176f
commit
6b00ebd081
@ -494,7 +494,6 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"bower_components/requirejs/require.js",
|
||||
"thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.js",
|
||||
"thirdparty/browser.js",
|
||||
"thirdparty/jquery.unveil-custom.js",
|
||||
"apiclient/logger.js",
|
||||
"apiclient/md5.js",
|
||||
"apiclient/store.js",
|
||||
@ -506,8 +505,6 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
"apiclient/apiclient.js"
|
||||
}.ToList();
|
||||
|
||||
commonFiles.Add("apiclient/connectionmanager.js");
|
||||
|
||||
foreach (var file in commonFiles)
|
||||
{
|
||||
using (var fs = _fileSystem.GetFileStream(GetDashboardResourcePath(file), FileMode.Open, FileAccess.Read, FileShare.ReadWrite, true))
|
||||
@ -570,15 +567,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
return new[]
|
||||
{
|
||||
"extensions.js",
|
||||
"globalize.js",
|
||||
"site.js",
|
||||
"librarybrowser.js",
|
||||
"librarymenu.js",
|
||||
"mediacontroller.js",
|
||||
"backdrops.js",
|
||||
"sync.js",
|
||||
"playlistmanager.js",
|
||||
"appsettings.js"
|
||||
"site.js"
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user