mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
updated nuget
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using MediaBrowser.Model.Connect;
|
||||
using MediaBrowser.Model.Dto;
|
||||
using MediaBrowser.Model.Events;
|
||||
using MediaBrowser.Model.Session;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading;
|
||||
@@ -47,6 +48,12 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <value><c>true</c> if [save local credentials]; otherwise, <c>false</c>.</value>
|
||||
bool SaveLocalCredentials { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the client capabilities.
|
||||
/// </summary>
|
||||
/// <value>The client capabilities.</value>
|
||||
ClientCapabilities ClientCapabilities { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the API client.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user