mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
add more report data
This commit is contained in:
@@ -456,8 +456,6 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
/// <returns>Task{Stream}.</returns>
|
||||
private async Task<Stream> GetAllJavascript()
|
||||
{
|
||||
var assembly = GetType().Assembly;
|
||||
|
||||
var scriptFiles = new[]
|
||||
{
|
||||
"extensions.js",
|
||||
@@ -581,6 +579,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
|
||||
await AppendResource(memoryStream, "thirdparty/autonumeric/autoNumeric.min.js", newLineBytes).ConfigureAwait(false);
|
||||
|
||||
var assembly = GetType().Assembly;
|
||||
await AppendResource(assembly, memoryStream, "MediaBrowser.WebDashboard.ApiClient.js", newLineBytes).ConfigureAwait(false);
|
||||
|
||||
foreach (var file in scriptFiles)
|
||||
|
||||
Reference in New Issue
Block a user