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.
This commit is contained in:
Joshua M. Boniface
2026-09-07 20:58:17 -04:00
parent 85ebd83bdd
commit 35a391e99d
-1
View File
@@ -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"