mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix(YouTube - Client spoof): Show seekbar thumbnail for age restricted and paid videos
This commit is contained in:
parent
6d548af064
commit
1a793007c9
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue