fix(minimized-playback): turning off setting disables background playback even for YouTube Premium users

This commit is contained in:
inotia00 2023-04-09 07:34:59 +09:00
parent 3c16f3eb55
commit 2975005213

View File

@ -102,8 +102,9 @@ class MinimizedPlaybackPatch : BytecodePatch(
0, """
invoke-static {}, $INTEGRATIONS_PLAYBACK_METHOD_REFERENCE
move-result v0
if-eqz v0, :default
return v0
"""
""", listOf(ExternalLabel("default", instruction(0)))
)
}