mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 07:16:31 +01:00
updated nuget
This commit is contained in:
@@ -145,6 +145,13 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <returns>Task.</returns>
|
||||
Task ExchangePin(PinCreationResult pin);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the server information.
|
||||
/// </summary>
|
||||
/// <param name="id">The identifier.</param>
|
||||
/// <returns>Task<ServerInfo>.</returns>
|
||||
Task<ServerInfo> GetServerInfo(string id);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the available servers.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user