From 2760b454a761f6af3138b2fb5f34340772ab0d1e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 27 Oct 2021 14:37:04 +0200 Subject: Deprecate filter video query Introduce include and isLocal instead --- .../+videos/+video-watch/shared/information/video-alert.component.html | 2 +- client/src/app/+videos/video-list/videos-list-common-page.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/+videos') diff --git a/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html b/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html index e2dd44bf7..33b5a47a0 100644 --- a/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html +++ b/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html @@ -24,5 +24,5 @@
This video is blocked.
- {{ video.blockedReason }} + {{ video.blacklistedReason }}
diff --git a/client/src/app/+videos/video-list/videos-list-common-page.component.ts b/client/src/app/+videos/video-list/videos-list-common-page.component.ts index ba64d4fec..d03b09610 100644 --- a/client/src/app/+videos/video-list/videos-list-common-page.component.ts +++ b/client/src/app/+videos/video-list/videos-list-common-page.component.ts @@ -85,7 +85,7 @@ export class VideosListCommonPageComponent implements OnInit, OnDestroy, Disable getSyndicationItems (filters: VideoFilters) { const result = filters.toVideosAPIObject() - return this.videoService.getVideoFeedUrls(result.sort, result.filter) + return this.videoService.getVideoFeedUrls(result.sort, result.isLocal) } onFiltersChanged (filters: VideoFilters) { -- cgit v1.2.3