mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
add loopback handler
This commit is contained in:
@@ -203,5 +203,10 @@ namespace MediaBrowser.ServerApplication.Native
|
||||
{
|
||||
((Process)sender).Dispose();
|
||||
}
|
||||
|
||||
public void EnableLoopback(string appName)
|
||||
{
|
||||
LoopUtil.Run(appName);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user