mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
update local address detection
This commit is contained in:
@@ -32,6 +32,12 @@ namespace MediaBrowser.Api.System
|
||||
|
||||
}
|
||||
|
||||
[Route("/System/Ping", "POST")]
|
||||
public class PingSystem : IReturnVoid
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Class RestartApplication
|
||||
/// </summary>
|
||||
@@ -117,6 +123,11 @@ namespace MediaBrowser.Api.System
|
||||
return ToOptimizedResult(result);
|
||||
}
|
||||
|
||||
public void Post(PingSystem request)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public object Get(GetServerLogs request)
|
||||
{
|
||||
List<FileSystemMetadata> files;
|
||||
|
||||
Reference in New Issue
Block a user