diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/clientspoof/annotations/ClientSpoofCompatibility.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/clientspoof/annotations/ClientSpoofCompatibility.kt index 928af5964..8ed28dbdf 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/clientspoof/annotations/ClientSpoofCompatibility.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/clientspoof/annotations/ClientSpoofCompatibility.kt @@ -6,9 +6,9 @@ import app.revanced.patcher.annotation.Package @Compatibility( [ Package("com.google.android.youtube", arrayOf()), - Package("com.vanced.android", arrayOf()) + Package("com.vanced.android.youtube", arrayOf()) ] ) @Target(AnnotationTarget.CLASS) @Retention(AnnotationRetention.RUNTIME) -internal annotation class ClientSpoofCompatibility \ No newline at end of file +internal annotation class ClientSpoofCompatibility