From 35a391e99d9b11d187dc193e7d927a458ed00bfb Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 7 Sep 2026 20:58:17 -0400 Subject: Fix bump_version by removing Jellyfin.MediaEncoding.Keyframes This file previously had the version in it, but it was removed in #17582 which caused this to fail. Remove it here. --- bump_version | 1 - 1 file changed, 1 deletion(-) diff --git a/bump_version b/bump_version index 7525721c0c..0516a1806d 100755 --- a/bump_version +++ b/bump_version @@ -27,7 +27,6 @@ jellyfin_subprojects=( MediaBrowser.Model/MediaBrowser.Model.csproj Emby.Naming/Emby.Naming.csproj src/Jellyfin.Extensions/Jellyfin.Extensions.csproj - src/Jellyfin.MediaEncoding.Keyframes/Jellyfin.MediaEncoding.Keyframes.csproj ) issue_template_file="./.github/ISSUE_TEMPLATE/issue report.yml" -- cgit v1.2.3