mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15924] [MERGED] Fixed issue with ABI Compatability - Difference not completing #14462
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/15924
Author: @PeachesMLG
Created: 1/1/2026
Status: ✅ Merged
Merged: 1/2/2026
Merged by: @crobibero
Base:
master← Head:fix_api_compat📝 Commits (1)
a1231cbFixed issue with ABI Compatability - Difference not completing📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
.github/workflows/ci-compat.yml(+1 -1)📄 Description
Changes
When there are differences in the api file, we return exit code 1 and terminate the execution which results in an invalid file being generated and no EOF deliminater.
This simply adds a
|| trueto prevent it exiting earlyFixes issues found in other PR's e.g.:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.