mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03: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