diff --git a/MediaBrowser.Plugins.VuPlus/Helpers/GeneralHelpers.cs b/MediaBrowser.Plugins.VuPlus/Helpers/GeneralHelpers.cs index 48ac847..5e22cc9 100644 --- a/MediaBrowser.Plugins.VuPlus/Helpers/GeneralHelpers.cs +++ b/MediaBrowser.Plugins.VuPlus/Helpers/GeneralHelpers.cs @@ -25,7 +25,7 @@ public static ChannelType GetChannelType(string channelType) public static class UtilsHelper { - public static void DebugInformation(ILogger logger, string message) + public static void DebugInformation(ILogger logger, string message) { var config = Plugin.Instance.Configuration; bool enableDebugLogging = config.EnableDebugLogging; diff --git a/MediaBrowser.Plugins.VuPlus/LiveTvService.cs b/MediaBrowser.Plugins.VuPlus/LiveTvService.cs index 7ad7885..176a797 100644 --- a/MediaBrowser.Plugins.VuPlus/LiveTvService.cs +++ b/MediaBrowser.Plugins.VuPlus/LiveTvService.cs @@ -36,7 +36,7 @@ public class LiveTvService : ILiveTvService { private readonly IHttpClient _httpClient; private readonly CultureInfo _usCulture = new CultureInfo("en-US"); - private readonly ILogger _logger; + private readonly ILogger _logger; private int _liveStreams; private readonly Dictionary _heartBeat = new Dictionary(); @@ -45,7 +45,7 @@ public class LiveTvService : ILiveTvService public DateTime LastRecordingChange = DateTime.MinValue; - public LiveTvService(IHttpClient httpClient, IJsonSerializer jsonSerializer, ILogger logger) + public LiveTvService(IHttpClient httpClient, IJsonSerializer jsonSerializer, ILogger logger) { _httpClient = httpClient; _logger = logger; diff --git a/MediaBrowser.Plugins.VuPlus/MediaBrowser.Plugins.VuPlus.csproj b/MediaBrowser.Plugins.VuPlus/MediaBrowser.Plugins.VuPlus.csproj index 1dfce9d..c371b35 100644 --- a/MediaBrowser.Plugins.VuPlus/MediaBrowser.Plugins.VuPlus.csproj +++ b/MediaBrowser.Plugins.VuPlus/MediaBrowser.Plugins.VuPlus.csproj @@ -1,7 +1,7 @@ - netstandard2.0; + netstandard2.1 3.1.8 3.1.8 @@ -15,10 +15,10 @@ - - - - + + + +