Compare commits

...

2 Commits

Author SHA1 Message Date
CodeDevMLH
4f244988b9 Update manifest.json for release v1.5.0.16 [skip ci] 2026-02-09 15:54:25 +00:00
CodeDevMLH
5635a8f05e Bump version to 1.5.0.16 and update changelog for keyboard controls and sorting options
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 52s
2026-02-09 16:53:33 +01:00
3 changed files with 12 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
<Authors>CodeDevMLH</Authors>
<Version>1.5.0.15</Version>
<Version>1.5.0.16</Version>
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
</PropertyGroup>

View File

@@ -2655,6 +2655,13 @@ const SlideshowManager = {
return;
}
const activeElement = document.activeElement;
const isSlideshowFocused = container.contains(activeElement) || activeElement === container || activeElement === document.body;
if ((e.key === "ArrowRight" || e.key === "ArrowLeft") && !isSlideshowFocused) {
return;
}
switch (e.key) {
case "ArrowRight":
SlideshowManager.nextSlide();

View File

@@ -9,12 +9,12 @@
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
"versions": [
{
"version": "1.5.0.15",
"version": "1.5.0.16",
"changelog": "- fix: keyboard controls in TV mode\n- Add sorting options for content\n- Update mediaBarEnhanced.js and mediaBarEnhanced.css with version 4.0.1 from original repo",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.5.0.15/Jellyfin.Plugin.MediaBarEnhanced.zip",
"checksum": "92a6c27004e11f59cf68ea9f0442bb25",
"timestamp": "2026-02-09T15:41:45Z"
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.5.0.16/Jellyfin.Plugin.MediaBarEnhanced.zip",
"checksum": "b0d18538fbe28b843029efe40be827e8",
"timestamp": "2026-02-09T15:54:24Z"
},
{
"version": "1.3.0.3",