diff --git a/src/main/kotlin/app/revanced/patches/music/layout/castbutton/patch/HideCastButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/castbutton/patch/HideCastButtonPatch.kt index 3f349cef0..a8444513b 100644 --- a/src/main/kotlin/app/revanced/patches/music/layout/castbutton/patch/HideCastButtonPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/layout/castbutton/patch/HideCastButtonPatch.kt @@ -24,7 +24,7 @@ import app.revanced.util.integrations.Constants.MUSIC_SETTINGS_PATH @DependsOn([MusicSettingsPatch::class]) @YouTubeMusicCompatibility @Version("0.0.1") -class HideWatermarkPatch : BytecodePatch( +class HideCastButtonPatch : BytecodePatch( listOf( HideCastButtonParentFingerprint )