diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/extra-utils/videos/video-imports.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/videos/video-imports.ts b/shared/extra-utils/videos/video-imports.ts index 259b8a314..81c0163cb 100644 --- a/shared/extra-utils/videos/video-imports.ts +++ b/shared/extra-utils/videos/video-imports.ts | |||
@@ -25,7 +25,7 @@ function getYoutubeHDRVideoUrl () { | |||
25 | * - 337 (2160p webm vp9.2 HDR) | 25 | * - 337 (2160p webm vp9.2 HDR) |
26 | * - 401 (2160p mp4 av01 HDR) | 26 | * - 401 (2160p mp4 av01 HDR) |
27 | */ | 27 | */ |
28 | return 'https://www.youtube.com/watch?v=MSJ25EqI19c' | 28 | return 'https://www.youtube.com/watch?v=qR5vOXbZsI4' |
29 | } | 29 | } |
30 | 30 | ||
31 | function getMagnetURI () { | 31 | function getMagnetURI () { |