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

Fix dangling comma

This commit is contained in:
SenorSmartyPants 2022-01-20 16:06:24 -06:00
parent 17f44e3fac
commit 02744dbffc

View file

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