mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-24 16:40:25 +01:00
add loopback handler
This commit is contained in:
@@ -1392,5 +1392,10 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
{
|
||||
NativeApp.LaunchUrl(url);
|
||||
}
|
||||
|
||||
public void EnableLoopback(string appName)
|
||||
{
|
||||
NativeApp.EnableLoopback(appName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,5 +107,7 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
void LaunchUrl(string url);
|
||||
|
||||
IDbConnector GetDbConnector();
|
||||
|
||||
void EnableLoopback(string appName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user