mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
chage playlist to link
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -163,7 +163,7 @@ export default function MiniDrawer() {
|
|||||||
<AddDialog />
|
<AddDialog />
|
||||||
<UploadDialog />
|
<UploadDialog />
|
||||||
<RemoveAll />
|
<RemoveAll />
|
||||||
<ListItem button key="Playlist all torrents" onClick={() => window.open(playlistAllHost(), '_blank')}>
|
<ListItem button component="a" key="Playlist all torrents" target="_blank" href={playlistAllHost()}>
|
||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<ListIcon />
|
<ListIcon />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
|
|||||||
Reference in New Issue
Block a user