[PR #4735] [MERGED] Fix JsonConverter recursion #10252

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4735
Author: @crobibero
Created: 12/8/2020
Status: Merged
Merged: 12/8/2020
Merged by: @anthonylavado

Base: masterHead: json-recursion


📝 Commits (1)

  • 26e5aac Fix JsonConverter recursion

📊 Changes

3 files changed (+12 additions, -3 deletions)

View changed files

📝 Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs (+0 -2)
📝 MediaBrowser.Common/Json/Converters/JsonBoolNumberConverter.cs (+1 -1)
📝 tests/Jellyfin.Common.Tests/Json/JsonBoolNumberTests.cs (+11 -0)

📄 Description

Fixes recursion caused by https://github.com/jellyfin/jellyfin/pull/4715

Source: https://github.com/jellyfin/jellyfin/pull/4715#issuecomment-740528982


🔄 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/4735 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 12/8/2020 **Status:** ✅ Merged **Merged:** 12/8/2020 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `json-recursion` --- ### 📝 Commits (1) - [`26e5aac`](https://github.com/jellyfin/jellyfin/commit/26e5aacb9096c448d6e545b1a2713972994f6418) Fix JsonConverter recursion ### 📊 Changes **3 files changed** (+12 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs` (+0 -2) 📝 `MediaBrowser.Common/Json/Converters/JsonBoolNumberConverter.cs` (+1 -1) 📝 `tests/Jellyfin.Common.Tests/Json/JsonBoolNumberTests.cs` (+11 -0) </details> ### 📄 Description Fixes recursion caused by https://github.com/jellyfin/jellyfin/pull/4715 Source: https://github.com/jellyfin/jellyfin/pull/4715#issuecomment-740528982 --- <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:16:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10252