mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 10:44:23 -04:00
Refactor seriesId
This commit is contained in:
parent
d720d8f356
commit
94d3dda324
@ -50,7 +50,7 @@ namespace MediaBrowser.Providers.Tmdb.TV
|
||||
var season = (Season)item;
|
||||
var series = season.Series;
|
||||
|
||||
var seriesId = series != null ? series.GetProviderId(MetadataProviders.Tmdb) : null;
|
||||
var seriesId = series?.GetProviderId(MetadataProviders.Tmdb);
|
||||
|
||||
if (string.IsNullOrEmpty(seriesId))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user