Update src/components/nowPlayingBar/nowPlayingBar.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -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 */ });
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user