mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
sync updates
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using MediaBrowser.Common.Net;
|
||||
using MediaBrowser.Controller.Net;
|
||||
using MediaBrowser.IsoMounter;
|
||||
using MediaBrowser.Model.Logging;
|
||||
using MediaBrowser.Server.Mono.Networking;
|
||||
@@ -84,7 +83,7 @@ namespace MediaBrowser.Server.Mono.Native
|
||||
return list;
|
||||
}
|
||||
|
||||
public void AuthorizeServer(int httpServerPort, string httpServerUrlPrefix, int udpPort, string tempDirectory)
|
||||
public void AuthorizeServer(int udpPort, int httpServerPort, string tempDirectory)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user