mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-07 23:02:57 +01:00
fix provider logging messages
This commit is contained in:
@@ -5,6 +5,7 @@ using MediaBrowser.Controller.Entities.TV;
|
||||
using MediaBrowser.Controller.Extensions;
|
||||
using MediaBrowser.Controller.Resolvers.TV;
|
||||
using MediaBrowser.Model.Entities;
|
||||
using MediaBrowser.Model.Logging;
|
||||
using MediaBrowser.Model.Net;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -28,8 +29,8 @@ namespace MediaBrowser.Controller.Providers.TV
|
||||
/// <value>The HTTP client.</value>
|
||||
protected IHttpClient HttpClient { get; private set; }
|
||||
|
||||
public RemoteSeriesProvider(IHttpClient httpClient)
|
||||
: base()
|
||||
public RemoteSeriesProvider(IHttpClient httpClient, ILogManager logManager)
|
||||
: base(logManager)
|
||||
{
|
||||
if (httpClient == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user