update config.toml

This commit is contained in:
j-hc 2023-10-06 20:41:43 +03:00
parent 064c917d97
commit 6e9b089f54
No known key found for this signature in database
GPG Key ID: B69B8F690911EFCC
2 changed files with 3 additions and 1 deletions

View File

@ -180,7 +180,7 @@ if music_t=$(toml_get_table "Music"); then music_mode=$(toml_get "$music_t" "bui
if [ "$youtube_mode" != module ] || [ "$music_mode" != module ]; then
log "\nInstall [Vanced Microg](https://github.com/TeamVanced/VancedMicroG/releases) for non-root YouTube and YT Music"
fi
if [ "$youtube_mode" = module ] || [ "$music_mode" = module ]; then
if [ "$youtube_mode" != apk ] || [ "$music_mode" != apk ]; then
log "Use [zygisk-detach](https://github.com/j-hc/zygisk-detach) module to detach YouTube and YT Music from Play Store"
fi
log "\n[revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module)"

View File

@ -12,6 +12,7 @@ version = "auto" # 'auto',
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
[Music-Extended]
enabled = false
app-name = "Music"
patches-source = "inotia00/revanced-patches"
integrations-source = "inotia00/revanced-integrations"
@ -22,6 +23,7 @@ archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.a
apkmirror-arch = "both"
[YouTube-Extended]
enabled = false
app-name = "YouTube"
patches-source = "inotia00/revanced-patches"
integrations-source = "inotia00/revanced-integrations"