]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/video/video.service.ts
Merge branch 'release/3.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / video / video.service.ts
index 668e51f735e095ed8bf563426181d09021f7690f..7b17bd2ab4b0c3c1e0aa2f489be5682f5c0306dd 100644 (file)
@@ -129,13 +129,7 @@ export class VideoService implements VideosProvider {
       const filters = this.restService.parseQueryStringFilter(search, {
         isLive: {
           prefix: 'isLive:',
-          isBoolean: true,
-          handler: v => {
-            if (v === 'true') return v
-            if (v === 'false') return v
-
-            return undefined
-          }
+          isBoolean: true
         }
       })