From 176740839532b5a8b6e27f9b8719b24687f4ff0d Mon Sep 17 00:00:00 2001 From: Benjamin Loison <12752145+Benjamin-Loison@users.noreply.github.com> Date: Sun, 31 Mar 2024 13:29:27 +0200 Subject: [PATCH] Add unit test about previous commit --- videos.php | 1 + 1 file changed, 1 insertion(+) diff --git a/videos.php b/videos.php index ff99431..d0ce18f 100644 --- a/videos.php +++ b/videos.php @@ -14,6 +14,7 @@ ['part=isPremium&id=dNJMI92NZJ0', 'items/0/isPremium', true], ['part=explicitLyrics&id=Ehoe35hTbuY', 'items/0/explicitLyrics', false], ['part=explicitLyrics&id=PvM79DJ2PmM', 'items/0/explicitLyrics', true], + ['part=explicitLyrics&id=ISEIxaPsp_I', 'items/0/explicitLyrics', true], ]; include_once 'common.php';