implement suggestions
This commit is contained in:
@@ -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 */ });
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -129,9 +129,7 @@ function showContextMenu(card, options) {
|
||||
notifyRefreshNeeded(card, options.itemsContainer);
|
||||
}
|
||||
})
|
||||
.catch(err => {
|
||||
console.debug('[shortcuts.showContextMenu] itemContextMenu.show reject', err);
|
||||
});
|
||||
.catch(() => { /* no-op */ });
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user