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
+2
View File
@@ -48,6 +48,7 @@ class Patches(object):
"com.awedea.nyx": ("nyx-music-player", "_nyx"),
"ginlemon.iconpackstudio": ("icon-pack-studio", "_iconpackstudio"),
"com.ticktick.task": ("ticktik", "_ticktik"),
"tv.twitch.android.app": ("twitch", "_twitch"),
}
for app_name in (revanced_app_ids[x][1] for x in revanced_app_ids):
@@ -120,6 +121,7 @@ class Patches(object):
"nyx-music-player": "_nyx",
"icon-pack-studio": "_iconpackstudio",
"ticktik": "_ticktik",
"twitch": "_twitch",
}
if not (app_name := app_names.get(app)):
raise AppNotFound(app_name)