Skip to content

Commit

Permalink
fix(Client spoof): Remove exception from option
Browse files Browse the repository at this point in the history
Turning off will cause playback issues even when being subscribed to YouTube Premium
  • Loading branch information
oSumAtrIX committed Aug 9, 2023
1 parent 2f78c38 commit 9c69f87
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import app.revanced.patcher.patch.annotations.DependsOn
import app.revanced.patches.shared.mapping.misc.patch.ResourceMappingPatch
import app.revanced.patches.shared.settings.preference.impl.StringResource
import app.revanced.patches.shared.settings.preference.impl.SwitchPreference
import app.revanced.patches.youtube.misc.fix.playback.fingerprints.*
import app.revanced.patches.youtube.misc.settings.bytecode.patch.SettingsPatch

@DependsOn([SettingsPatch::class, ResourceMappingPatch::class])
Expand All @@ -27,7 +26,7 @@ class SpoofSignatureVerificationResourcePatch : ResourcePatch {
+ "• Seekbar thumbnails are always hidden"),
StringResource("revanced_spoof_signature_verification_summary_off", "App signature not spoofed\\n\\nVideo playback may not work"),
StringResource("revanced_spoof_signature_verification_user_dialog_message",
"If you do not have a YouTube Premium subscription,\\n\\nthen turning off this setting will cause video playback issues.")
"Turning off this setting will cause video playback issues.")
)
)

Expand Down

2 comments on commit 9c69f87

@johnconner122
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got YouTube premium trial, it works fine without spoofing.

@Domiiniik

This comment was marked as spam.

Please sign in to comment.