mirror of
https://github.com/metatube-community/jellyfin-plugin-metatube.git
synced 2026-02-03 02:25:02 +08:00
new lines
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using MediaBrowser.Common.Net;
|
||||
using MediaBrowser.Model.Logging;
|
||||
using HttpRequestOptions = MediaBrowser.Common.Net.HttpRequestOptions;
|
||||
|
||||
#else
|
||||
using Microsoft.Extensions.Logging;
|
||||
#endif
|
||||
@@ -14,7 +15,7 @@ public abstract class BaseProvider
|
||||
|
||||
#if __EMBY__
|
||||
private readonly IHttpClient _httpClient;
|
||||
protected BaseProvider(IHttpClient httpClient,ILogger logger)
|
||||
protected BaseProvider(IHttpClient httpClient, ILogger logger)
|
||||
{
|
||||
_httpClient = httpClient;
|
||||
Logger = logger;
|
||||
|
||||
Reference in New Issue
Block a user