Update src/NzbDrone.Core/ImportLists/Rss/Plex/PlexRssImportParser.cs
Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
This commit is contained in:
parent
37ff5f7be4
commit
3aa3729a3d
|
@ -53,7 +53,7 @@ namespace NzbDrone.Core.ImportLists.Rss.Plex
|
||||||
|
|
||||||
if (info.ImdbId.IsNullOrWhiteSpace() && info.TvdbId == 0 && info.TmdbId == 0)
|
if (info.ImdbId.IsNullOrWhiteSpace() && info.TvdbId == 0 && info.TmdbId == 0)
|
||||||
{
|
{
|
||||||
throw new UnsupportedFeedException("Each item in the RSS feed must have a guid element with a IMDB ID or TVDB ID or TMDB ID");
|
throw new UnsupportedFeedException("Each item in the RSS feed must have a guid element with a IMDB ID, TVDB ID or TMDB ID");
|
||||||
}
|
}
|
||||||
|
|
||||||
return info;
|
return info;
|
||||||
|
|
Loading…
Reference in New Issue