mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesProvider.cs
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user