mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 14:06:09 +05:00
update web
This commit is contained in:
@@ -129,7 +129,7 @@ const Torrent = ({ torrent }) => {
|
||||
<Dialog open={isDeleteTorrentOpened} onClose={closeDeleteTorrentAlert}>
|
||||
<DialogTitle>{t('DeleteTorrent?')}</DialogTitle>
|
||||
<DialogActions>
|
||||
<Button variant='outlined' onClick={closeDeleteTorrentAlert} color='primary'>
|
||||
<Button variant='outlined' onClick={closeDeleteTorrentAlert} color='secondary'>
|
||||
{t('Cancel')}
|
||||
</Button>
|
||||
|
||||
@@ -139,7 +139,7 @@ const Torrent = ({ torrent }) => {
|
||||
deleteTorrent(torrent)
|
||||
closeDeleteTorrentAlert()
|
||||
}}
|
||||
color='primary'
|
||||
color='secondary'
|
||||
autoFocus
|
||||
>
|
||||
{t('OK')}
|
||||
|
||||
Reference in New Issue
Block a user