mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +03:00
add loopback handler
This commit is contained in:
@@ -192,12 +192,12 @@ namespace MediaBrowser.ServerApplication.Native
|
||||
return hasChanges;
|
||||
}
|
||||
|
||||
public static void Run()
|
||||
public static void Run(string appName)
|
||||
{
|
||||
var util = new LoopUtil();
|
||||
util.LoadApps();
|
||||
|
||||
var hasChanges = util.CreateExcemptions("Emby");
|
||||
var hasChanges = util.CreateExcemptions(appName);
|
||||
|
||||
if (hasChanges)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user