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:
parent
17f44e3fac
commit
02744dbffc
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue