From cc3a8dec5c5ae593549cbdc6442b6e0a727d0a6e Mon Sep 17 00:00:00 2001 From: inotia00 Date: Tue, 11 Jul 2023 21:49:20 +0900 Subject: [PATCH] fix(youtube): move the patch to the correct path --- .../general/descriptions/patch/DescriptionComponentsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/general/descriptions/patch/DescriptionComponentsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/general/descriptions/patch/DescriptionComponentsPatch.kt index 514403bf8..130e6ee9d 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/general/descriptions/patch/DescriptionComponentsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/general/descriptions/patch/DescriptionComponentsPatch.kt @@ -1,4 +1,4 @@ -package app.revanced.patches.youtube.descriptions.layout.patch +package app.revanced.patches.youtube.general.descriptions.patch import app.revanced.patcher.annotation.Description import app.revanced.patcher.annotation.Name