Skip to content

Commit

Permalink
Merge pull request #7 from PrplHaz4/compat-10-3
Browse files Browse the repository at this point in the history
restore 10.3 compatibility
  • Loading branch information
PrplHaz4 authored Oct 17, 2019
2 parents 572fa09 + 8459357 commit 63a8a74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Jellyfin.Plugin.ServerWMC/Configuration/configPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2>Configuration</h2>
Dashboard.processPluginConfigurationUpdateResult(result);
},
function (result) {
Dashboard.alert("Saving configuration failed.");
Dashboard.alert("Saving configuration failed. Make sure ServerWMC is running, and Jellyfin can access the target IP and Port.");
});
});
return false;
Expand Down
8 changes: 4 additions & 4 deletions Jellyfin.Plugin.ServerWMC/Jellyfin.Plugin.ServerWMC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Jellyfin.Plugin.ServerWMC</RootNamespace>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>3.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.*" />
<PackageReference Include="Jellyfin.Model" Version="10.*" />
<PackageReference Include="Jellyfin.Controller" Version="10.3.*" />
<PackageReference Include="Jellyfin.Model" Version="10.3.*" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "jellyfin-plugin-serverwmc"
guid: "1fc322a1-af2e-49a5-b2eb-a89b4240f700"
version: "2" # Please increment with each pull request
version: "3" # Please increment with each pull request
jellyfin_version: "10.3.0" # The earliest binary-compatible version
nicename: "ServerWMC"
description: "Jellyfin LiveTV plugin for Windows MediaCenter with ServerWMC"
Expand Down

0 comments on commit 63a8a74

Please sign in to comment.