mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
extracted provider manager. took more off the kernel
This commit is contained in:
@@ -15,7 +15,7 @@ namespace MediaBrowser.Controller.Localization
|
||||
/// </summary>
|
||||
public class LocalizedStrings
|
||||
{
|
||||
internal static IServerApplicationPaths ApplicationPaths;
|
||||
public static IServerApplicationPaths ApplicationPaths;
|
||||
|
||||
/// <summary>
|
||||
/// The base prefix
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace MediaBrowser.Controller.Localization
|
||||
/// </summary>
|
||||
public static class Ratings
|
||||
{
|
||||
internal static IServerConfigurationManager ConfigurationManager;
|
||||
public static IServerConfigurationManager ConfigurationManager;
|
||||
|
||||
/// <summary>
|
||||
/// The ratings def
|
||||
|
||||
Reference in New Issue
Block a user