mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 08:47:59 +02:00
XbmcProvider uses Json.net for reading/writing JSON.
Updated for v3 of XBMC JSON API.
This commit is contained in:
@@ -6,8 +6,7 @@ namespace NzbDrone.Core.Model.Xbmc
|
||||
{
|
||||
public class TvShowResult
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string JsonRpc { get; set; }
|
||||
public Dictionary<string, List<TvShow>> Result { get; set; }
|
||||
public Dictionary<string, int> Limits { get; set; }
|
||||
public List<TvShow> TvShows;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user