Update src/components/lyricseditor/lyricseditor.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -291,7 +291,7 @@ function onDeleteLyrics(e) {
|
||||
const apiClient = ServerConnections.getApiClient(currentItem.ServerId);
|
||||
reload(context, apiClient, currentItem.Id);
|
||||
}).catch(() => {
|
||||
console.warn('Failed to delete lyrics for', currentItem.Name);
|
||||
// delete dialog closed
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user