mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
fixed #25
This commit is contained in:
parent
35b1f2b257
commit
f5cb4d6879
5 changed files with 97 additions and 5 deletions
|
@ -267,12 +267,12 @@ namespace PlexRequests.UI.Modules
|
|||
|
||||
var showInfo = tvApi.GetInformation(showId, token).data;
|
||||
|
||||
#if !DEBUG
|
||||
//#if !DEBUG
|
||||
if (CheckIfTitleExistsInPlex(showInfo.seriesName))
|
||||
{
|
||||
return Response.AsJson(new JsonResponseModel { Result = false, Message = $"{showInfo.seriesName} is already in Plex!" });
|
||||
}
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
DateTime firstAir;
|
||||
DateTime.TryParse(showInfo.firstAired, out firstAir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue