mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
Merge branch 'master' into changes-in-cache/details
This commit is contained in:
@@ -72,7 +72,7 @@ export default function DialogTorrentInfo({ torrent, open }) {
|
||||
|
||||
<DialogContent>
|
||||
<List>
|
||||
<ListItem>
|
||||
<ListItem key='TorrentMenu'>
|
||||
<ButtonGroup
|
||||
style={style.width100}
|
||||
variant='contained'
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function DonateDialog({ onClose }) {
|
||||
<DialogTitle id='form-dialog-title'>Donate</DialogTitle>
|
||||
<DialogContent>
|
||||
<List>
|
||||
<ListItem>
|
||||
<ListItem key='DonateLinks'>
|
||||
<ButtonGroup variant='outlined' color='primary' aria-label='contained primary button group'>
|
||||
<Button onClick={() => window.open('https://www.paypal.com/paypalme/yourok', '_blank')}>PayPal</Button>
|
||||
<Button onClick={() => window.open('https://yoomoney.ru/to/410013733697114', '_blank')}>
|
||||
@@ -24,7 +24,7 @@ export default function DonateDialog({ onClose }) {
|
||||
</Button>
|
||||
</ButtonGroup>
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<ListItem key='DonateForm'>
|
||||
{/* eslint-disable-next-line react/no-danger */}
|
||||
<div dangerouslySetInnerHTML={{ __html: donateFrame }} />
|
||||
</ListItem>
|
||||
|
||||
Reference in New Issue
Block a user