From 13c4144aabe1f2a9d500a902bde992646d25a61e Mon Sep 17 00:00:00 2001 From: DarkFighterLuke <31162436+DarkFighterLuke@users.noreply.github.com> Date: Mon, 20 Oct 2025 23:49:55 +0200 Subject: [PATCH] Remove version 1.4.0.0 from manifest.json Removed version 1.4.0.0 from the versions list in manifest.json. --- manifest.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index 7bc7015..b5926bd 100644 --- a/manifest.json +++ b/manifest.json @@ -8,14 +8,6 @@ "overview": "Metadata for your TubeArchivist library on Jellyfin", "imageUrl": "https://raw.githubusercontent.com/tubearchivist/tubearchivist-jf-plugin/master/images/logo.png", "versions": [ - { - "version": "1.4.0.0", - "changelog": "Fix JF->TA Sync\n", - "targetAbi": "10.10.0.0", - "sourceUrl": "https://github.com/tubearchivist/tubearchivist-jf-plugin/releases/download/v1.4.0/tubearchivistmetadata_1.4.0.0.zip", - "checksum": "c7365b09239ed3b49d4cd276af1b9f58", - "timestamp": "2025-10-20T20:28:08Z" - }, { "version": "1.3.7.0", "changelog": "Fix JF->TA Sync\n", @@ -154,4 +146,4 @@ } ] } -] \ No newline at end of file +]