From 056a94a44dac87045d12dfd5fa96ec05c8e2f8cc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 26 May 2025 10:00:30 +0200 Subject: [PATCH] Fix ownership changes count --- server/core/models/video/video-change-ownership.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/models/video/video-change-ownership.ts b/server/core/models/video/video-change-ownership.ts index 7af19d8fc..cd789b62c 100644 --- a/server/core/models/video/video-change-ownership.ts +++ b/server/core/models/video/video-change-ownership.ts @@ -113,7 +113,7 @@ export class VideoChangeOwnershipModel extends SequelizeModel(query) ]).then(([ count, rows ]) => ({ total: count, data: rows })) }