This commit is contained in:
Jamie Rees 2016-03-17 21:53:45 +00:00
parent 35b1f2b257
commit f5cb4d6879
5 changed files with 97 additions and 5 deletions

View file

@ -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);