mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
fix SA1508
This commit is contained in:
@@ -413,7 +413,6 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
.Where(i => !string.IsNullOrWhiteSpace(i))
|
||||
.Distinct(StringComparer.OrdinalIgnoreCase)
|
||||
.ToArray();
|
||||
|
||||
}
|
||||
else if (string.Equals(key, "screenwriters", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
@@ -425,7 +424,6 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
Type = PersonType.Writer
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
else if (string.Equals(key, "producers", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
@@ -1028,7 +1026,6 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
audio.AlbumArtists = SplitArtists(albumArtist, _nameDelimiters, true)
|
||||
.DistinctNames()
|
||||
.ToArray();
|
||||
|
||||
}
|
||||
|
||||
if (audio.AlbumArtists.Length == 0)
|
||||
|
||||
Reference in New Issue
Block a user