diff options
| author | Claus Vium <clausvium@gmail.com> | 2019-08-16 20:11:01 +0200 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2019-08-16 20:11:01 +0200 |
| commit | e4158d9703c8490a0a918422cb2180fec5cb65b9 (patch) | |
| tree | 225a1f3b7e3a0bfb40de95c97c417fba8ac10c4e | |
| parent | daf29233e6350f97eb585d21d99e708ced8e66b7 (diff) | |
Continue
| -rw-r--r-- | MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs | 1 |
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(')')); |
