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

Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
pull/1590/head
Anthony Lavado 5 years ago committed by GitHub
parent d39decf918
commit d05440d267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save