mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
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:
parent
dd306aae5a
commit
fc31db4c6e
6 changed files with 33 additions and 24 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue