[PR #4180] [CLOSED] Fix for #4172. Error deserializing item with JSON #9930

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4180
Author: @BaronGreenback
Created: 9/18/2020
Status: Closed

Base: masterHead: #4172


📝 Commits (4)

  • 4c6b60d Merge pull request #73 from jellyfin/master
  • 5da1151 Update JsonNullableStructConverter.cs
  • 913aa5e Update JsonNullableStructConverter.cs
  • fa32bbf Update JsonNullableStructConverter.cs

📊 Changes

1 file changed (+21 additions, -6 deletions)

View changed files

📝 MediaBrowser.Common/Json/Converters/JsonNullableStructConverter.cs (+21 -6)

📄 Description

Fix for deserializing long, long?, int, and int? with JSON.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4180 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 9/18/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `#4172` --- ### 📝 Commits (4) - [`4c6b60d`](https://github.com/jellyfin/jellyfin/commit/4c6b60d69db57abf0c669a3ec918443d017fd0e5) Merge pull request #73 from jellyfin/master - [`5da1151`](https://github.com/jellyfin/jellyfin/commit/5da11515f5ca8c538f98b6c883394ebe83828f6e) Update JsonNullableStructConverter.cs - [`913aa5e`](https://github.com/jellyfin/jellyfin/commit/913aa5ef5f96fdcb16181691dfb17114a5cea1d3) Update JsonNullableStructConverter.cs - [`fa32bbf`](https://github.com/jellyfin/jellyfin/commit/fa32bbf92d700338077050dc0f56807f1a364b6d) Update JsonNullableStructConverter.cs ### 📊 Changes **1 file changed** (+21 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Common/Json/Converters/JsonNullableStructConverter.cs` (+21 -6) </details> ### 📄 Description Fix for deserializing long, long?, int, and int? with JSON. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:11:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9930