mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Add import.video.torrent configuration
This commit is contained in:
parent
990b6a0b0c
commit
a84b8fa5cf
23 changed files with 112 additions and 106 deletions
|
@ -196,7 +196,7 @@ async function getUserVideos (req: express.Request, res: express.Response, next:
|
|||
async function getUserVideoImports (req: express.Request, res: express.Response, next: express.NextFunction) {
|
||||
const user = res.locals.oauth.token.User as UserModel
|
||||
const resultList = await VideoImportModel.listUserVideoImportsForApi(
|
||||
user.Account.id,
|
||||
user.id,
|
||||
req.query.start as number,
|
||||
req.query.count as number,
|
||||
req.query.sort
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue