From 2c1fe86a60577acdae13ac3a9947bdbc00271dc6 Mon Sep 17 00:00:00 2001 From: inotia00 Date: Fri, 27 Jan 2023 19:25:52 +0900 Subject: [PATCH] cleanup --- .../youtube/misc/optimize/patch/RedundantResourcePatch.kt | 3 ++- .../youtube/resource/raw/third_party_license_metadata | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/youtube/resource/raw/third_party_license_metadata 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