Claus Vium 6 years ago
parent
commit
e4158d9703
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs

+ 1 - 0
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(')'));