mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
Fix multiple mistakes and warnings
This commit is contained in:
@@ -455,9 +455,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
IncludeItemTypes = new[] { typeof(MusicAlbum).Name },
|
||||
Name = i,
|
||||
Limit = 1
|
||||
|
||||
}).Select(albumId => albumId);
|
||||
|
||||
});
|
||||
}).ToArray();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user