From 7c1677fd5c2aef52cba8b3ffe9ed6e7f66140873 Mon Sep 17 00:00:00 2001 From: inotia00 Date: Sat, 18 Feb 2023 01:50:06 +0900 Subject: [PATCH] fix typo --- .../music/layout/castbutton/patch/HideCastButtonPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )