mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
Fix JsonConverter recursion
This commit is contained in:
@@ -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