mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
add LaunchUrl
This commit is contained in:
parent
0708c23ed7
commit
06b3016f56
@ -106,6 +106,11 @@ namespace MediaBrowser.Server.Mac
|
||||
{
|
||||
}
|
||||
|
||||
public void LaunchUrl(string url)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public INetworkManager CreateNetworkManager(ILogger logger)
|
||||
{
|
||||
return new NetworkManager(logger);
|
||||
|
Loading…
x
Reference in New Issue
Block a user