From bdb5fecf6b67792a8ae152a82f6785bd16c30869 Mon Sep 17 00:00:00 2001 From: knackebrot Date: Sun, 20 Sep 2020 11:17:03 +0200 Subject: [PATCH] Jellyfin port: update for 10.6.0 --- MediaBrowser.Plugins.VuPlus/Helpers/GeneralHelpers.cs | 2 +- MediaBrowser.Plugins.VuPlus/LiveTvService.cs | 4 ++-- .../MediaBrowser.Plugins.VuPlus.csproj | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) 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 @@ - - - - + + + +