mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
Fixed: Updating empty Kodi library
This commit is contained in:
@@ -6,5 +6,10 @@ namespace NzbDrone.Core.Notifications.Xbmc.Model
|
|||||||
{
|
{
|
||||||
public Dictionary<string, int> Limits { get; set; }
|
public Dictionary<string, int> Limits { get; set; }
|
||||||
public List<TvShow> TvShows;
|
public List<TvShow> TvShows;
|
||||||
|
|
||||||
|
public TvShowResult()
|
||||||
|
{
|
||||||
|
TvShows = new List<TvShow>();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user