mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-12 05:06:23 +00:00
Refactor seriesId
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user