mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-04 17:26:19 +00: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