mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/components/nowPlayingBar/nowPlayingBar.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
b1161facc0
commit
7a98119b93
1 changed files with 1 additions and 3 deletions
|
@ -578,9 +578,7 @@ function updateNowPlayingInfo(state) {
|
|||
item: item,
|
||||
user: user
|
||||
}, options))
|
||||
.catch(function (err) {
|
||||
console.debug('[nowPlayingBar:updateNowPlayingInfo] click event reject', err);
|
||||
});
|
||||
.catch(() => { /* no-op */ });
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue