Claus Vium 6 năm trước cách đây
mục cha
commit
e4158d9703
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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(')'));