diff options
| author | Anthony Lavado <anthonylavado@users.noreply.github.com> | 2019-07-31 12:21:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-31 12:21:46 -0400 |
| commit | d05440d267821b1242ecb81d77ac94325c0d06d0 (patch) | |
| tree | 38c0d1e873e8e27a3485ff85b23927061a5f026f | |
| parent | d39decf9185a8221eb8f28ca752a233446f54ceb (diff) | |
Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesProvider.cs
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
| -rw-r--r-- | MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesProvider.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesProvider.cs b/MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesProvider.cs index 80f2ceae6..c739f3f49 100644 --- a/MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesProvider.cs +++ b/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); } |
