diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2026-09-07 20:58:17 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2026-09-07 20:58:17 -0400 |
| commit | 35a391e99d9b11d187dc193e7d927a458ed00bfb (patch) | |
| tree | a11c71508e36bebc757b4ae1ff26f23f1e01cb46 | |
| parent | 85ebd83bddbab0cee93028f29753506f02354706 (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-x | bump_version | 1 |
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" |
