Fix JsonConverter recursion

This commit is contained in:
crobibero
2020-12-08 07:18:25 -07:00
parent 80ff564143
commit 26e5aacb90
3 changed files with 12 additions and 3 deletions

View File

@@ -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; }