mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
feat(YouTube/Custom playback speed): add Custom playback speed panel type
settings
This commit is contained in:
@ -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 = [
|
||||
|
Reference in New Issue
Block a user