mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
added app theme classes and service
This commit is contained in:
@@ -74,7 +74,7 @@ namespace MediaBrowser.Common.Implementations.Security
|
||||
_appHost = appHost;
|
||||
_httpClient = httpClient;
|
||||
_jsonSerializer = jsonSerializer;
|
||||
MBRegistration.Init(_applciationPaths, _networkManager, logManager);
|
||||
MBRegistration.Init(_applciationPaths, _networkManager, logManager, _appHost);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user