support type as override to search in listBlocks

pull/2868/head
Rigel Kent 2020-06-09 16:23:16 +02:00
parent 3487330d30
commit e95bede8fe
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ export class VideoBlockService {
params = this.restService.addObjectParams(params, filters)
}
if (type) params = params.append('type', type.toString())
return this.authHttp.get<ResultList<VideoBlacklist>>(VideoBlockService.BASE_VIDEOS_URL + 'blacklist', { params })
.pipe(