From 157facdceb738d53edcdde87736c173bd752b887 Mon Sep 17 00:00:00 2001 From: DarkFighterLuke Date: Mon, 4 Nov 2024 22:29:26 +0100 Subject: [PATCH] Merge workaround for JF crashing when scanning Series pull request by wolffshots --- Directory.Build.props | 6 +++--- build.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7af6cf9..bb83075 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 1.3.3.0 - 1.3.3.0 - 1.3.3.0 + 1.3.4.0 + 1.3.4.0 + 1.3.4.0 diff --git a/build.yaml b/build.yaml index 35531e7..1099e1c 100644 --- a/build.yaml +++ b/build.yaml @@ -2,7 +2,7 @@ name: "TubeArchivistMetadata" guid: "dc97d0c6-28b0-4242-afb4-5833ae1b3715" imageUrl: https://raw.githubusercontent.com/tubearchivist/tubearchivist-jf-plugin/master/images/logo.png -version: "1.3.3.0" +version: "1.3.4.0" targetAbi: "10.10.0.0" framework: "net8.0" overview: "Metadata for your TubeArchivist library on Jellyfin" @@ -14,4 +14,4 @@ owner: "DarkFighterLuke" artifacts: - "Jellyfin.Plugin.TubeArchivistMetadata.dll" changelog: > - Add compatibility with Jellyfin 10.10 + Merge workaround for JF crashing when scanning Series pull request by wolffshots