This commit is contained in:
Claus Vium 2019-08-16 20:11:01 +02:00
parent daf29233e6
commit e4158d9703

View file

@ -227,6 +227,7 @@ namespace MediaBrowser.Providers.TV.TheTVDB
if (roleEndIndex == -1) if (roleEndIndex == -1)
{ {
roles.Add(currentRole); roles.Add(currentRole);
continue;
} }
roles.Add(currentRole.TrimEnd(')')); roles.Add(currentRole.TrimEnd(')'));