1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Add ability to update torrents cache in client

This commit is contained in:
Chocobozzz 2021-02-18 11:07:08 +01:00 committed by Chocobozzz
parent d9a2a03196
commit b3d5cb92b1
12 changed files with 41 additions and 4 deletions

View file

@ -36,7 +36,7 @@ export class TrackerModel extends Model {
const query = {
include: [
{
attributes: [ 'id', 'trackerId' ],
attributes: [ 'id' ],
model: VideoModel.unscoped(),
required: true,
where: { id: videoId }