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:
commit
c5848b9934
5 changed files with 11 additions and 5 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue