mirror of https://github.com/Radarr/Radarr
Fixed: Updating empty Kodi library
This commit is contained in:
parent
c9ef0951bc
commit
bd222dbd95
|
@ -6,5 +6,10 @@ namespace NzbDrone.Core.Notifications.Xbmc.Model
|
|||
{
|
||||
public Dictionary<string, int> Limits { get; set; }
|
||||
public List<TvShow> TvShows;
|
||||
|
||||
public TvShowResult()
|
||||
{
|
||||
TvShows = new List<TvShow>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue