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

Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
Anthony Lavado 2019-07-31 12:21:46 -04:00 committed by GitHub
parent d39decf918
commit d05440d267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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