mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-23 02:27:17 +00:00
add LocalFileInfo.Id
This commit is contained in:
@@ -43,8 +43,8 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// Gets the API client.
|
||||
/// </summary>
|
||||
/// <param name="item">The item.</param>
|
||||
/// <returns>MediaBrowser.Model.ApiClient.IApiClient.</returns>
|
||||
IApiClient GetApiClient(BaseItemDto item);
|
||||
/// <returns>IApiClient.</returns>
|
||||
IApiClient GetApiClient(IHasServerId item);
|
||||
|
||||
/// <summary>
|
||||
/// Connects the specified cancellation token.
|
||||
|
||||
Reference in New Issue
Block a user