mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-21 14:36:09 +05:00
Final work to add torrents categories
This commit is contained in:
@@ -185,7 +185,14 @@ const Torrent = ({ torrent }) => {
|
||||
</Dialog>
|
||||
|
||||
{isEditDialogOpen && (
|
||||
<AddDialog hash={hash} title={title} name={name} poster={poster} handleClose={handleCloseEditDialog} />
|
||||
<AddDialog
|
||||
hash={hash}
|
||||
title={title}
|
||||
name={name}
|
||||
poster={poster}
|
||||
handleClose={handleCloseEditDialog}
|
||||
category={category}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user