From 28dd2f14f5bdfd4781e489c42db6eaa7d40d560b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 13 Jul 2023 13:37:10 +0200 Subject: Some player fixes on Android, Safari and iOS --- server/tests/api/videos/videos-common-filters.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'server/tests/api') diff --git a/server/tests/api/videos/videos-common-filters.ts b/server/tests/api/videos/videos-common-filters.ts index 73c066bfb..ba861164b 100644 --- a/server/tests/api/videos/videos-common-filters.ts +++ b/server/tests/api/videos/videos-common-filters.ts @@ -469,8 +469,8 @@ describe('Test videos filter', function () { const finderFactory = (name: string) => (videos: Video[]) => videos.some(v => v.name === name) await servers[0].config.enableTranscoding(true, false) - await servers[0].videos.upload({ attributes: { name: 'web video video' } }) - const hasWebVideo = finderFactory('web video video') + await servers[0].videos.upload({ attributes: { name: 'web video' } }) + const hasWebVideo = finderFactory('web video') await waitJobs(servers) @@ -481,8 +481,8 @@ describe('Test videos filter', function () { await waitJobs(servers) await servers[0].config.enableTranscoding(true, true) - await servers[0].videos.upload({ attributes: { name: 'hls and web video video' } }) - const hasBoth = finderFactory('hls and web video video') + await servers[0].videos.upload({ attributes: { name: 'hls and web video' } }) + const hasBoth = finderFactory('hls and web video') await waitJobs(servers) -- cgit v1.2.3