mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
support api without /mediabrowser
This commit is contained in:
@@ -25,7 +25,7 @@ namespace MediaBrowser.ServerApplication
|
||||
Description = "The windows background service for Media Browser Server.",
|
||||
|
||||
// Will ensure the network is available
|
||||
ServicesDependedOn = new[] { "LanmanServer" }
|
||||
ServicesDependedOn = new[] { "LanmanServer", "Tcpip" }
|
||||
};
|
||||
|
||||
// Microsoft didn't add the ability to add a
|
||||
|
||||
Reference in New Issue
Block a user