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({
|
ServerConnections.getApiClient(item.ServerId).getNextUpEpisodes({
|
||||||
SeriesId: item.Id,
|
SeriesId: item.Id,
|
||||||
UserId: user.Id,
|
UserId: user.Id,
|
||||||
Fields: 'MediaSourceCount',
|
Fields: 'MediaSourceCount'
|
||||||
}).then(function (result) {
|
}).then(function (result) {
|
||||||
if (result.Items.length) {
|
if (result.Items.length) {
|
||||||
section.classList.remove('hide');
|
section.classList.remove('hide');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue