mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 13:47:42 +02:00
fix(remember-video-quality): patch description is missing
This commit is contained in:
@ -2,6 +2,7 @@ package app.revanced.patches.music.misc.quality.patch
|
|||||||
|
|
||||||
import app.revanced.extensions.findMutableMethodOf
|
import app.revanced.extensions.findMutableMethodOf
|
||||||
import app.revanced.extensions.toErrorResult
|
import app.revanced.extensions.toErrorResult
|
||||||
|
import app.revanced.patcher.annotation.Description
|
||||||
import app.revanced.patcher.annotation.Name
|
import app.revanced.patcher.annotation.Name
|
||||||
import app.revanced.patcher.annotation.Version
|
import app.revanced.patcher.annotation.Version
|
||||||
import app.revanced.patcher.data.BytecodeContext
|
import app.revanced.patcher.data.BytecodeContext
|
||||||
@ -27,6 +28,7 @@ import org.jf.dexlib2.iface.reference.FieldReference
|
|||||||
|
|
||||||
@Patch
|
@Patch
|
||||||
@Name("remember-video-quality")
|
@Name("remember-video-quality")
|
||||||
|
@Description("Save the video quality value whenever you change the video quality.")
|
||||||
@DependsOn(
|
@DependsOn(
|
||||||
[
|
[
|
||||||
MusicSettingsPatch::class,
|
MusicSettingsPatch::class,
|
||||||
|
Reference in New Issue
Block a user