Added nyx music player

This commit is contained in:
Nikhil Badyal
2022-11-09 19:34:50 +05:30
parent 57ae389c73
commit 9d5cf4cc55
4 changed files with 7 additions and 6 deletions
+2
View File
@@ -45,6 +45,7 @@ class Patches(object):
"com.twitter.android": ("twitter", "_twitter"),
"de.dwd.warnapp": ("warnwetter", "_warnwetter"),
"com.spotify.music": ("spotify", "_spotify"),
"com.awedea.nyx": ("nyx-music-player", "_nyx"),
}
for app_name in (revanced_app_ids[x][1] for x in revanced_app_ids):
@@ -114,6 +115,7 @@ class Patches(object):
"youtube": "_yt",
"youtube_music": "_ytm",
"spotify": "_spotify",
"nyx-music-player": "_nyx",
}
if not (app_name := app_names.get(app)):
logger.debug("Invalid app name")