mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
fix category on .torrent file add
This commit is contained in:
@@ -218,6 +218,7 @@ export default function AddDialog({
|
||||
data.append('save', 'true')
|
||||
data.append('file', selectedFile)
|
||||
title && data.append('title', title)
|
||||
category && data.append('category', category)
|
||||
posterUrl && data.append('poster', posterUrl)
|
||||
axios.post(torrentUploadHost(), data).catch(handleClose)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user