فهرست منبع

Update MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs

Co-Authored-By: Bond-009 <bond.009@outlook.com>
Claus Vium 6 سال پیش
والد
کامیت
26b4fb21fe
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs

+ 1 - 1
MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs

@@ -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)};