1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3357 from SenorSmartyPants/MediaSourceCount

Display MediaSourceCount for all media Types
This commit is contained in:
Bill Thornton 2022-02-15 23:24:53 -05:00 committed by GitHub
commit c5848b9934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 5 deletions

View file

@ -868,7 +868,8 @@ function renderNextUp(page, item, user) {
ServerConnections.getApiClient(item.ServerId).getNextUpEpisodes({
SeriesId: item.Id,
UserId: user.Id
UserId: user.Id,
Fields: 'MediaSourceCount'
}).then(function (result) {
if (result.Items.length) {
section.classList.remove('hide');