mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-11 21:02:10 +01:00
Continue
This commit is contained in:
@@ -227,6 +227,7 @@ namespace MediaBrowser.Providers.TV.TheTVDB
|
||||
if (roleEndIndex == -1)
|
||||
{
|
||||
roles.Add(currentRole);
|
||||
continue;
|
||||
}
|
||||
|
||||
roles.Add(currentRole.TrimEnd(')'));
|
||||
|
||||
Reference in New Issue
Block a user