mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ function onDeleteLyrics(e) {
|
||||||
const apiClient = ServerConnections.getApiClient(currentItem.ServerId);
|
const apiClient = ServerConnections.getApiClient(currentItem.ServerId);
|
||||||
reload(context, apiClient, currentItem.Id);
|
reload(context, apiClient, currentItem.Id);
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
console.warn('Failed to delete lyrics for', currentItem.Name);
|
// delete dialog closed
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue