jellyfin-sdk-swift icon indicating copy to clipboard operation
jellyfin-sdk-swift copied to clipboard

Make 64 bit int a 64 bit int in Swift

Open juliettebee opened this issue 1 year ago • 1 comments
trafficstars

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!

juliettebee avatar Sep 29 '24 02:09 juliettebee

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.

LePips avatar Sep 30 '24 02:09 LePips