Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make 64 bit int a 64 bit int in Swift #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

juliettebee
Copy link

Hi! I'm working on a Jellyfin client, one of the platforms I'm supporting is the Apple Watch. The Apple Watch is only 64 bit when specified and as a result when integers are above the 32 bit limit there's an error. This PR fixes that issue. However, it requires slight change of code for clients as it's changing the data type. Thank you so much, have a good night!

@LePips
Copy link
Member

LePips commented Sep 30, 2024

This is not a negligible change and something I'll have to think about. I will probably initially have this in a separate branch for "32 bit support" until I think about a Swiftfin Apple Watch app.

Too bad the server stores these runtimes as microseconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants