File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Jellyfin.Plugin.ServerWMC Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11---
22name : " jellyfin-plugin-serverwmc"
33guid : " 1fc322a1-af2e-49a5-b2eb-a89b4240f700"
4- version : " 2 " # Please increment with each pull request
4+ version : " 3 " # Please increment with each pull request
55jellyfin_version : " 10.3.0" # The earliest binary-compatible version
66nicename : " ServerWMC"
77description : " Jellyfin LiveTV plugin for Windows MediaCenter with ServerWMC"
You can’t perform that action at this time.
0 commit comments