mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Fix SA1513, SA1514, SA1507, and SA1508
This commit is contained in:
@@ -468,7 +468,6 @@ namespace Emby.Server.Implementations.Dto
|
||||
IncludeItemTypes = new[] { typeof(MusicAlbum).Name },
|
||||
Name = item.Album,
|
||||
Limit = 1
|
||||
|
||||
});
|
||||
|
||||
if (parentAlbumIds.Count > 0)
|
||||
|
||||
Reference in New Issue
Block a user