mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
apply suggestion
Co-authored-by: dmitrylyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
690b1fbed5
commit
49b0ba3071
8 changed files with 17 additions and 11 deletions
|
@ -39,6 +39,8 @@ const CancelSeriesTimerButton: FC<CancelSeriesTimerButtonProps> = ({
|
|||
navigate('/livetv.html');
|
||||
},
|
||||
onError: (err: unknown) => {
|
||||
loading.hide();
|
||||
toast(globalize.translate('MessageCancelSeriesTimerError'));
|
||||
console.error(
|
||||
'[cancelSeriesTimer] failed to cancel series timer',
|
||||
err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue