mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-20 05:04:18 +01:00
Update MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -206,7 +206,7 @@ namespace MediaBrowser.Providers.TV.TheTVDB
|
|||||||
var roleStartIndex = currentActor.IndexOf('(');
|
var roleStartIndex = currentActor.IndexOf('(');
|
||||||
|
|
||||||
string name = currentActor;
|
string name = currentActor;
|
||||||
string role = "";
|
string role = string.Empty;
|
||||||
if (roleStartIndex != -1)
|
if (roleStartIndex != -1)
|
||||||
{
|
{
|
||||||
var roles = new List<string> {currentActor.Substring(roleStartIndex + 1)};
|
var roles = new List<string> {currentActor.Substring(roleStartIndex + 1)};
|
||||||
|
|||||||
Reference in New Issue
Block a user