mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-23 10:36:43 +00:00
make channel access opt-in rather than opt out
This commit is contained in:
@@ -203,7 +203,7 @@ namespace MediaBrowser.ServerApplication
|
||||
{
|
||||
var fileSystem = new NativeFileSystem(logManager.GetLogger("FileSystem"), false);
|
||||
|
||||
var nativeApp = new WindowsApp
|
||||
var nativeApp = new WindowsApp(fileSystem)
|
||||
{
|
||||
IsRunningAsService = runService
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user