Skip to content

Commit

Permalink
Fixes for Jellyfin 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
josdion committed May 16, 2024
1 parent dc84274 commit ff20e22
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 36 deletions.
6 changes: 3 additions & 3 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("subbuzz")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © josdion, 2024")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Subtitles plugin for emby and jellyfin")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.8.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.8.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.9.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.9.0")]
[assembly: System.Reflection.AssemblyProductAttribute("subbuzz")]
[assembly: System.Reflection.AssemblyTitleAttribute("subbuzz")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.8.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.9.0")]

4 changes: 0 additions & 4 deletions Configuration/configPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ <h2 class="sectionTitle">OpenSubtitles.com Account</h2>
page.querySelector("#EnableAddic7ed").checked = config.EnableAddic7ed;
page.querySelector("#EnableOpenSubtitles").checked = config.EnableOpenSubtitles;
page.querySelector("#EnablePodnapisiNet").checked = config.EnablePodnapisiNet;
page.querySelector("#EnableSubf2m").checked = config.EnableSubf2m;
page.querySelector("#EnableSubscene").checked = config.EnableSubscene;
page.querySelector("#EnableSubssabbz").checked = config.EnableSubssabbz;
page.querySelector("#EnableSubsunacsNet").checked = config.EnableSubsunacsNet;
page.querySelector("#EnableYavkaNet").checked = config.EnableYavkaNet;
Expand Down Expand Up @@ -239,8 +237,6 @@ <h2 class="sectionTitle">OpenSubtitles.com Account</h2>
config.EnableAddic7ed = form.querySelector("#EnableAddic7ed").checked;
config.EnableOpenSubtitles = form.querySelector("#EnableOpenSubtitles").checked;
config.EnablePodnapisiNet = form.querySelector("#EnablePodnapisiNet").checked;
config.EnableSubf2m = form.querySelector("#EnableSubf2m").checked;
config.EnableSubscene = form.querySelector("#EnableSubscene").checked;
config.EnableSubssabbz = form.querySelector("#EnableSubssabbz").checked;
config.EnableSubsunacsNet = form.querySelector("#EnableSubsunacsNet").checked;
config.EnableYavkaNet = form.querySelector("#EnableYavkaNet").checked;
Expand Down
8 changes: 4 additions & 4 deletions repo/jellyfin_10.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"imageUrl": "https://raw.githubusercontent.com/josdion/subbuzz/master/thumb.png",
"versions": [
{
"version": "1.0.8.0",
"version": "1.0.9.0",
"changelog": "- Remove Subf2m.co and Subscene.com\n",
"targetAbi": "10.8.13.0",
"sourceUrl": "https://github.com/josdion/subbuzz/releases/download/v1.0.7.0/subbuzz_1.0.8.0_jellyfin_10.8.zip",
"checksum": "d7a93af1588bf832bbbb84230ee88eb7",
"timestamp": "2024-05-16T15:49:13Z"
"sourceUrl": "https://github.com/josdion/subbuzz/releases/download/v1.0.9.0/subbuzz_1.0.9.0_jellyfin_10.8.zip",
"checksum": "8d1ae638386a70028be9f70f31120eb9",
"timestamp": "2024-05-16T16:42:16Z"
},
{
"version": "1.0.7.0",
Expand Down
8 changes: 4 additions & 4 deletions repo/jellyfin_10.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"imageUrl": "https://raw.githubusercontent.com/josdion/subbuzz/master/thumb.png",
"versions": [
{
"version": "1.0.8.0",
"version": "1.0.9.0",
"changelog": "- Update to Jellyfin 10.9\n- Remove Subf2m.co and Subscene.com\n",
"targetAbi": "10.9.0.0",
"sourceUrl": "https://github.com/josdion/subbuzz/releases/download/v1.0.8.0/subbuzz_1.0.8.0_jellyfin_10.9.zip",
"checksum": "2a903e6078bb339dfe007e4c142cf501",
"timestamp": "2024-05-16T15:49:13Z"
"sourceUrl": "https://github.com/josdion/subbuzz/releases/download/v1.0.9.0/subbuzz_1.0.9.0_jellyfin_10.9.zip",
"checksum": "ddc612edd3a893f5b78cabe0d653e347",
"timestamp": "2024-05-16T16:42:16Z"
}
]
}
Expand Down
21 changes: 0 additions & 21 deletions repo/jellyfin_10.9json

This file was deleted.

0 comments on commit ff20e22

Please sign in to comment.