New app tv.twitch.android.app

This commit is contained in:
Nikhil Badyal
2022-11-16 22:27:59 +05:30
parent ead9f6e4c3
commit ab6a68a008
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class RevancedConfig:
self.session.headers["User-Agent"] = "anything"
self.build_extended = env.bool("BUILD_EXTENDED", False)
self.apk_mirror = "https://www.apkmirror.com"
self.upto_down = ["spotify", "nyx-music-player", "icon-pack-studio"]
self.upto_down = ["spotify", "nyx-music-player", "icon-pack-studio", "twitch"]
self.keystore_name = env.str("KEYSTORE_FILE_NAME", "revanced.keystore")
self.apps = env.list("PATCH_APPS", default_build)
self.extended_apps: List[str] = ["youtube", "youtube_music"]