From c14176f08367e3d0c1d6f91c6d0d992253585849 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 5 Oct 2022 19:41:57 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Fixed=20missing=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/patches.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/patches.py b/src/patches.py index 4b6d37e..62a7871 100644 --- a/src/patches.py +++ b/src/patches.py @@ -91,6 +91,7 @@ class Patches(object): self.build_extended = env.bool("BUILD_EXTENDED", False) self.check_java() self.fetch_patches() + self.extended_apps = ["youtube", "youtube_music"] def get(self, app: str) -> Tuple[List[Dict[str, str]], str]: logger.debug("Getting patches for %s" % app)