mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
Merge pull request #4735 from crobibero/json-recursion
Fix JsonConverter recursion
(cherry picked from commit 94d805d03d)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
committed by
Joshua M. Boniface
parent
24e4fcc3b7
commit
126753a1fe
@@ -342,10 +342,8 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun
|
||||
|
||||
public string URL { get; set; }
|
||||
|
||||
[JsonConverter(typeof(JsonBoolNumberConverter))]
|
||||
public bool Favorite { get; set; }
|
||||
|
||||
[JsonConverter(typeof(JsonBoolNumberConverter))]
|
||||
public bool DRM { get; set; }
|
||||
|
||||
public int HD { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user