diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/RedundantResourcePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/RedundantResourcePatch.kt index d80749a12..bdcc75af3 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/RedundantResourcePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/RedundantResourcePatch.kt @@ -59,7 +59,8 @@ class RedundantResourcePatch : ResourcePatch { "youtube/resource", ResourceUtils.ResourceGroup( "raw", - "third_party_licenses" + "third_party_licenses", + "third_party_license_metadata" ) ) diff --git a/src/main/resources/youtube/resource/raw/third_party_license_metadata b/src/main/resources/youtube/resource/raw/third_party_license_metadata new file mode 100644 index 000000000..e69de29bb