aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2026-09-07 20:58:17 -0400
committerJoshua M. Boniface <joshua@boniface.me>2026-09-07 20:58:17 -0400
commit35a391e99d9b11d187dc193e7d927a458ed00bfb (patch)
treea11c71508e36bebc757b4ae1ff26f23f1e01cb46
parent85ebd83bddbab0cee93028f29753506f02354706 (diff)
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.
-rwxr-xr-xbump_version1
1 files changed, 0 insertions, 1 deletions
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"