From 1a793007c919753a8c31ab2382d86c0546eefe20 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 26 Sep 2023 04:48:37 +0200 Subject: [PATCH] fix(YouTube - Client spoof): Show seekbar thumbnail for age restricted and paid videos --- .../patches/youtube/misc/fix/playback/SpoofSignaturePatch.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/SpoofSignaturePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/SpoofSignaturePatch.kt index 1f2eb399..88c71f15 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/SpoofSignaturePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/SpoofSignaturePatch.kt @@ -55,8 +55,7 @@ object SpoofSignaturePatch : BytecodePatch( "App signature spoofed\\n\\n" + "Side effects include:\\n" + "• Enhanced bitrate is not available\\n" - + "• Videos cannot be downloaded\\n" - + "• No seekbar thumbnails for paid or age restricted videos" + + "• Videos cannot be downloaded" ), StringResource( "revanced_spoof_signature_verification_enabled_summary_off",