mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
cosmetics
This commit is contained in:
@@ -466,15 +466,13 @@ const docTemplate = `{
|
||||
"type": "string",
|
||||
"description": "Set title of torrent",
|
||||
"name": "title",
|
||||
"in": "query",
|
||||
"required": true
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "Set poster link of torrent",
|
||||
"name": "poster",
|
||||
"in": "query",
|
||||
"required": true
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
|
||||
@@ -459,15 +459,13 @@
|
||||
"type": "string",
|
||||
"description": "Set title of torrent",
|
||||
"name": "title",
|
||||
"in": "query",
|
||||
"required": true
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "Set poster link of torrent",
|
||||
"name": "poster",
|
||||
"in": "query",
|
||||
"required": true
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
|
||||
@@ -603,12 +603,10 @@ paths:
|
||||
- description: Set title of torrent
|
||||
in: query
|
||||
name: title
|
||||
required: true
|
||||
type: string
|
||||
- description: Set poster link of torrent
|
||||
in: query
|
||||
name: poster
|
||||
required: true
|
||||
type: string
|
||||
- description: 'Set category of torrent, used in web: movie, tv, music, other'
|
||||
in: query
|
||||
|
||||
Reference in New Issue
Block a user