Skip to content

Commit 63a8a74

Browse files
authored
Merge pull request #7 from PrplHaz4/compat-10-3
restore 10.3 compatibility
2 parents 572fa09 + 8459357 commit 63a8a74

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Jellyfin.Plugin.ServerWMC/Configuration/configPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2>Configuration</h2>
6262
Dashboard.processPluginConfigurationUpdateResult(result);
6363
},
6464
function (result) {
65-
Dashboard.alert("Saving configuration failed.");
65+
Dashboard.alert("Saving configuration failed. Make sure ServerWMC is running, and Jellyfin can access the target IP and Port.");
6666
});
6767
});
6868
return false;

Jellyfin.Plugin.ServerWMC/Jellyfin.Plugin.ServerWMC.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>Jellyfin.Plugin.ServerWMC</RootNamespace>
6-
<AssemblyVersion>2.0.0</AssemblyVersion>
7-
<FileVersion>2.0.0</FileVersion>
6+
<AssemblyVersion>3.0.0</AssemblyVersion>
7+
<FileVersion>3.0.0</FileVersion>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Jellyfin.Controller" Version="10.*" />
12-
<PackageReference Include="Jellyfin.Model" Version="10.*" />
11+
<PackageReference Include="Jellyfin.Controller" Version="10.3.*" />
12+
<PackageReference Include="Jellyfin.Model" Version="10.3.*" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "jellyfin-plugin-serverwmc"
33
guid: "1fc322a1-af2e-49a5-b2eb-a89b4240f700"
4-
version: "2" # Please increment with each pull request
4+
version: "3" # Please increment with each pull request
55
jellyfin_version: "10.3.0" # The earliest binary-compatible version
66
nicename: "ServerWMC"
77
description: "Jellyfin LiveTV plugin for Windows MediaCenter with ServerWMC"

0 commit comments

Comments
 (0)