diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt index c9464c335..269a7d7c6 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt @@ -165,7 +165,7 @@ class SponsorBlockBytecodePatch : BytecodePatch( } ?: return PlayerControllerFingerprint.toErrorResult() context.injectInit("FirstRun", "initializationSB") - context.updatePatchStatus("Sponsorblock") + context.updatePatchStatus("SponsorBlock") return PatchResultSuccess() }