mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 18:08:17 -07:00
Update src/components/lyricseditor/lyricseditor.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
5d8d6fdb28
commit
0a80cbc891
@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user