mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
Fix style issue in TmdbSeriesProvider
This commit is contained in:
parent
b961c3c9ae
commit
512725a7d1
@ -350,8 +350,8 @@ namespace MediaBrowser.Providers.Tmdb.TV
|
|||||||
// Normalize this
|
// Normalize this
|
||||||
var type = TmdbUtils.MapCrewToPersonType(person);
|
var type = TmdbUtils.MapCrewToPersonType(person);
|
||||||
|
|
||||||
if (!keepTypes.Contains(type, StringComparer.OrdinalIgnoreCase) &&
|
if (!keepTypes.Contains(type, StringComparer.OrdinalIgnoreCase)
|
||||||
!keepTypes.Contains(person.Job ?? string.Empty, StringComparer.OrdinalIgnoreCase))
|
&& !keepTypes.Contains(person.Job ?? string.Empty, StringComparer.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user