mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
display songs on ibn page
This commit is contained in:
@@ -79,7 +79,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
|
||||
GameCount = items.OfType<BaseGame>().Count(),
|
||||
|
||||
SongCount = items.OfType<AudioCodecs>().Count(),
|
||||
SongCount = items.OfType<Audio>().Count(),
|
||||
|
||||
AlbumCount = items.OfType<MusicAlbum>().Count()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user