From a6de148ca16babc74a1a6ad6b69db58f71e8a882 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:23:42 +0100 Subject: [PATCH] Bump version to 1.6.1.0 --- .../Jellyfin.Plugin.MediaBarEnhanced.csproj | 2 +- manifest.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Jellyfin.Plugin.MediaBarEnhanced.csproj b/Jellyfin.Plugin.MediaBarEnhanced/Jellyfin.Plugin.MediaBarEnhanced.csproj index e6ed40f..e9ed515 100644 --- a/Jellyfin.Plugin.MediaBarEnhanced/Jellyfin.Plugin.MediaBarEnhanced.csproj +++ b/Jellyfin.Plugin.MediaBarEnhanced/Jellyfin.Plugin.MediaBarEnhanced.csproj @@ -12,7 +12,7 @@ Jellyfin Media Bar Enhanced Plugin CodeDevMLH - 1.6.0.2 + 1.6.1.0 https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced diff --git a/manifest.json b/manifest.json index dc68c35..f61a9b1 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ "category": "General", "imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png", "versions": [ + { + "version": "1.6.1.0", + "changelog": "- fix tv mode issue", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.6.0.2/Jellyfin.Plugin.MediaBarEnhanced.zip", + "checksum": "", + "timestamp": "" + }, { "version": "1.6.0.2", "changelog": "- add local trailer support on trailer button\nfix: iOS/MacOS playback issue?",