aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2019-08-16 20:11:01 +0200
committerClaus Vium <clausvium@gmail.com>2019-08-16 20:11:01 +0200
commite4158d9703c8490a0a918422cb2180fec5cb65b9 (patch)
tree225a1f3b7e3a0bfb40de95c97c417fba8ac10c4e
parentdaf29233e6350f97eb585d21d99e708ced8e66b7 (diff)
Continue
-rw-r--r--MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs b/MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs
index 22c630d98..b03794ba0 100644
--- a/MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs
+++ b/MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs
@@ -227,6 +227,7 @@ namespace MediaBrowser.Providers.TV.TheTVDB
if (roleEndIndex == -1)
{
roles.Add(currentRole);
+ continue;
}
roles.Add(currentRole.TrimEnd(')'));