feat(YouTube/Custom playback speed): add Custom playback speed panel type settings

This commit is contained in:
inotia00
2023-11-11 16:06:34 +09:00
parent 7925e88706
commit ff65bc90e1
3 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import app.revanced.patcher.patch.annotation.CompatiblePackage
import app.revanced.patcher.patch.annotation.Patch
import app.revanced.patches.shared.patch.customspeed.AbstractCustomPlaybackSpeedPatch
import app.revanced.patches.youtube.flyoutpanel.oldspeedlayout.OldSpeedLayoutPatch
import app.revanced.patches.youtube.utils.overridespeed.OverrideSpeedHookPatch
import app.revanced.patches.youtube.utils.settings.SettingsPatch
import app.revanced.util.integrations.Constants.VIDEO_PATH
@ -13,6 +14,7 @@ import app.revanced.util.integrations.Constants.VIDEO_PATH
description = "Adds more playback speed options.",
dependencies = [
OldSpeedLayoutPatch::class,
OverrideSpeedHookPatch::class,
SettingsPatch::class
],
compatiblePackages = [