[PR #3792] TMDb: Change Budget and Revenue to long to avoid overflow #9691

Closed
opened 2026-02-07 06:06:46 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/3792

State: closed
Merged: Yes


Changes
Avengers: Endgame made too much money!!! When deserializing the response, the revenue was too large for an int. Changed it (and Budget) to a long instead.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/3792 **State:** closed **Merged:** Yes --- <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Avengers: Endgame made too much money!!! When deserializing the response, the revenue was too large for an int. Changed it (and Budget) to a long instead.
OVERLORD added the pull-request label 2026-02-07 06:06:46 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9691