mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3898] [MERGED] Return int64 in json as number #9752
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/3898
Author: @crobibero
Created: 8/14/2020
Status: ✅ Merged
Merged: 8/14/2020
Merged by: @Bond-009
Base:
master← Head:fix-int64📝 Commits (2)
64658a0Return int64 in json as number64ace58fix docs📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
MediaBrowser.Common/Json/Converters/JsonInt64Converter.cs(+3 -3)📄 Description
Old api returned int64 not stringified, return to previous implementation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.