mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
update ping test
This commit is contained in:
@@ -123,9 +123,9 @@ namespace MediaBrowser.Api.System
|
||||
return ToOptimizedResult(result);
|
||||
}
|
||||
|
||||
public void Post(PingSystem request)
|
||||
public object Post(PingSystem request)
|
||||
{
|
||||
|
||||
return _appHost.Name;
|
||||
}
|
||||
|
||||
public object Get(GetServerLogs request)
|
||||
|
||||
Reference in New Issue
Block a user