mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Fixed App name
This commit is contained in:
+2
-2
@@ -47,7 +47,7 @@ class Patches(object):
|
||||
"com.spotify.music": ("spotify", "_spotify"),
|
||||
"com.awedea.nyx": ("nyx-music-player", "_nyx"),
|
||||
"ginlemon.iconpackstudio": ("icon-pack-studio", "_iconpackstudio"),
|
||||
"com.ticktick.task": ("ticktick", "_ticktik"),
|
||||
"com.ticktick.task": ("ticktick", "_ticktick"),
|
||||
"tv.twitch.android.app": ("twitch", "_twitch"),
|
||||
}
|
||||
|
||||
@@ -120,7 +120,7 @@ class Patches(object):
|
||||
"spotify": "_spotify",
|
||||
"nyx-music-player": "_nyx",
|
||||
"icon-pack-studio": "_iconpackstudio",
|
||||
"ticktik": "_ticktick",
|
||||
"ticktick": "_ticktick",
|
||||
"twitch": "_twitch",
|
||||
}
|
||||
if not (app_name := app_names.get(app)):
|
||||
|
||||
Reference in New Issue
Block a user