diff --git a/Jellyfin.Plugin.ServerWMC/Jellyfin.Plugin.ServerWMC.csproj b/Jellyfin.Plugin.ServerWMC/Jellyfin.Plugin.ServerWMC.csproj
index eacfda4..b440ce3 100644
--- a/Jellyfin.Plugin.ServerWMC/Jellyfin.Plugin.ServerWMC.csproj
+++ b/Jellyfin.Plugin.ServerWMC/Jellyfin.Plugin.ServerWMC.csproj
@@ -3,13 +3,13 @@
netstandard2.1
Jellyfin.Plugin.ServerWMC
- 4.0.0.0
- 4.0.0.0
+ 5.0.0.0
+ 5.0.0.0
-
-
+
+
diff --git a/Jellyfin.Plugin.ServerWMC/WMCService.cs b/Jellyfin.Plugin.ServerWMC/WMCService.cs
index d2dc559..09d45ce 100644
--- a/Jellyfin.Plugin.ServerWMC/WMCService.cs
+++ b/Jellyfin.Plugin.ServerWMC/WMCService.cs
@@ -40,7 +40,7 @@ public class WMCService : ILiveTvService, IDisposable
int _idStreamInt = 0; // use to generate stream Id
string _serverWMC_version = "unknown";
private int _serverWMC_build = 0;
- private readonly ILogger _logger;
+ private readonly ILogger _logger;
private readonly string HTTP = @"http://";
@@ -65,7 +65,7 @@ public class WMCService : ILiveTvService, IDisposable
public WMCService(IHttpClient httpClient, IFileSystem fileSystem, ILoggerFactory loggerFactory)
{
Instance = this;
- _logger = loggerFactory.CreateLogger(GetType().Name); // start logger
+ _logger = loggerFactory.CreateLogger(); // start logger
_clientVersion = Assembly.GetExecutingAssembly().GetName().Version.ToString();
SocketClientAsync.InitAddress(Plugin.Instance.Configuration.ServerIP, Plugin.Instance.Configuration.ServerPort); // set ip and port
diff --git a/build.yaml b/build.yaml
index cffc23b..b970cfc 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1,8 +1,8 @@
---
name: "ServerWMC"
guid: "1fc322a1-af2e-49a5-b2eb-a89b4240f700"
-version: "4.0.0.0"
-targetAbi: "10.5.0.0"
+version: "5.0.0.0"
+targetAbi: "10.6.0.0"
overview: "Jellyfin Live TV plugin for Windows MediaCenter with ServerWMC"
description: >
Provides access to Live TV, Program Guide and Recordings from your Windows MediaCenter Server running ServerWMC.
@@ -12,4 +12,4 @@ owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.ServerWMC.dll"
changelog: >
- changelog
\ No newline at end of file
+ changelog