mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesProvider.cs
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
d39decf918
commit
d05440d267
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue