mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
update image sizes
This commit is contained in:
@@ -86,12 +86,6 @@ namespace MediaBrowser.Model.System
|
|||||||
/// <value>The failed assembly loads.</value>
|
/// <value>The failed assembly loads.</value>
|
||||||
public List<string> FailedPluginAssemblies { get; set; }
|
public List<string> FailedPluginAssemblies { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Gets or sets the image enhancers.
|
|
||||||
/// </summary>
|
|
||||||
/// <value>The image enhancers.</value>
|
|
||||||
public List<string> ImageEnhancers { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the program data path.
|
/// Gets or sets the program data path.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -168,7 +162,6 @@ namespace MediaBrowser.Model.System
|
|||||||
CompletedInstallations = new List<InstallationInfo>();
|
CompletedInstallations = new List<InstallationInfo>();
|
||||||
|
|
||||||
FailedPluginAssemblies = new List<string>();
|
FailedPluginAssemblies = new List<string>();
|
||||||
ImageEnhancers = new List<string>();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1084,8 +1084,7 @@ namespace MediaBrowser.Server.Startup.Common
|
|||||||
SupportsRunningAsService = SupportsRunningAsService,
|
SupportsRunningAsService = SupportsRunningAsService,
|
||||||
ServerName = FriendlyName,
|
ServerName = FriendlyName,
|
||||||
LocalAddress = LocalApiUrl,
|
LocalAddress = LocalApiUrl,
|
||||||
SupportsLibraryMonitor = SupportsLibraryMonitor,
|
SupportsLibraryMonitor = SupportsLibraryMonitor
|
||||||
ImageEnhancers = ImageProcessor.ImageEnhancers.Select(i => i.GetType().Name).ToList()
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user