Skip to content

Commit

Permalink
feat(YouTube/Remove background playback restrictions): match with ReV…
Browse files Browse the repository at this point in the history
…anced
  • Loading branch information
inotia00 committed Sep 5, 2024
1 parent 8b3c44f commit 9cb1b4f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import app.revanced.patches.youtube.utils.compatibility.Constants.COMPATIBLE_PAC
import app.revanced.patches.youtube.utils.integrations.Constants.MISC_PATH
import app.revanced.patches.youtube.utils.playertype.PlayerTypeHookPatch
import app.revanced.patches.youtube.utils.settings.SettingsPatch
import app.revanced.patches.youtube.video.information.VideoInformationPatch
import app.revanced.util.getWalkerMethod
import app.revanced.util.patch.BaseBytecodePatch
import app.revanced.util.resultOrThrow
Expand All @@ -26,6 +27,7 @@ object BackgroundPlaybackPatch : BaseBytecodePatch(
description = "Removes restrictions on background playback, including for music and kids videos.",
dependencies = setOf(
PlayerTypeHookPatch::class,
VideoInformationPatch::class,
SettingsPatch::class
),
compatiblePackages = COMPATIBLE_PACKAGE,
Expand Down

0 comments on commit 9cb1b4f

Please sign in to comment.