mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-13 02:14:28 +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"
|
"App signature spoofed\\n\\n"
|
||||||
+ "Side effects include:\\n"
|
+ "Side effects include:\\n"
|
||||||
+ "• Enhanced bitrate is not available\\n"
|
+ "• Enhanced bitrate is not available\\n"
|
||||||
+ "• Videos cannot be downloaded\\n"
|
+ "• Videos cannot be downloaded"
|
||||||
+ "• No seekbar thumbnails for paid or age restricted videos"
|
|
||||||
),
|
),
|
||||||
StringResource(
|
StringResource(
|
||||||
"revanced_spoof_signature_verification_enabled_summary_off",
|
"revanced_spoof_signature_verification_enabled_summary_off",
|
||||||
|
|
Loading…
Reference in a new issue