mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4735] [MERGED] Fix JsonConverter recursion #10252
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/4735
Author: @crobibero
Created: 12/8/2020
Status: ✅ Merged
Merged: 12/8/2020
Merged by: @anthonylavado
Base:
master← Head:json-recursion📝 Commits (1)
26e5aacFix 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.