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

implement suggestions

This commit is contained in:
Sky-High 2023-10-25 23:32:49 +02:00 committed by Bill Thornton
parent ad252c6df1
commit c887e960aa
3 changed files with 4 additions and 9 deletions

View file

@ -221,9 +221,7 @@ function updateNowPlayingInfo(context, state, serverId) {
item: fullItem,
user: user
}, options))
.catch(function (err) {
console.debug('[remotecontrol:updateNowPlayingInfo] click event reject', err);
});
.catch(() => { /* no-op */ });
});
});
});