mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 12:28:27 +01: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
|
|
{
|
|
}
|
|
}
|