mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
14 lines
244 B
C#
14 lines
244 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Net;
|
|||
|
|
using System.IO;
|
|||
|
|
|
|||
|
|
namespace MediaBrowser.ApiInteraction.Portable
|
|||
|
|
{
|
|||
|
|
public class ApiClient : BaseApiClient
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|