mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-29 20:08:27 +01:00
ApiClient improvements
This commit is contained in:
parent
343be5a91c
commit
1fc7f8bd2d
@@ -5,6 +5,9 @@ using System.IO;
|
||||
|
||||
namespace MediaBrowser.ApiInteraction
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides api methods that are usable on all platforms
|
||||
/// </summary>
|
||||
public abstract class BaseApiClient : IDisposable
|
||||
{
|
||||
public BaseApiClient()
|
||||
|
||||
Reference in New Issue
Block a user