diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 529f095d56..5ecb87b5a4 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -192,12 +192,10 @@ namespace MediaBrowser.Model.ApiClient Task GetArtistAsync(string name); /// - /// 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. /// /// Task. - Task PerformPendingRestartAsync(); + Task RestartServerAsync(); /// /// Gets the system status async.