diff options
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IApiClient.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 529f095d5..5ecb87b5a 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -192,12 +192,10 @@ namespace MediaBrowser.Model.ApiClient Task<BaseItemDto> GetArtistAsync(string name); /// <summary> - /// Restarts the kernel or the entire server if necessary - /// If the server application is restarting this request will fail to return, even if - /// the operation is successful. + /// Restarts the server. /// </summary> /// <returns>Task.</returns> - Task PerformPendingRestartAsync(); + Task RestartServerAsync(); /// <summary> /// Gets the system status async. |
