Added some better handling when adding existing seasons to a tv show in the Plex cacher.

Also fixed the errors on #1673
This commit is contained in:
tidusjar 2017-11-03 21:46:17 +00:00
parent dd306aae5a
commit fc31db4c6e
6 changed files with 33 additions and 24 deletions

View file

@ -18,6 +18,7 @@ namespace Ombi.Helpers
public static EventId EmbyUserImporter => new EventId(2005);
public static EventId SonarrCacher => new EventId(2006);
public static EventId CouchPotatoCacher => new EventId(2007);
public static EventId PlexContentCacher => new EventId(2008);
public static EventId MovieSender => new EventId(3000);