Browse Source

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

Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
Anthony Lavado 5 years ago
parent
commit
d05440d267
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesProvider.cs

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

@@ -355,7 +355,7 @@ namespace MediaBrowser.Providers.TV.TheTVDB
                 series.AddGenre(genre);
             }
 
-            if (!String.IsNullOrEmpty(tvdbSeries.Network))
+            if (!string.IsNullOrEmpty(tvdbSeries.Network))
             {
                 series.AddStudio(tvdbSeries.Network);
             }