mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-22 19:09:12 +02:00
fix(youtube/sponsorblock): change invalid patch name
This commit is contained in:
parent
3f22704e83
commit
5cf52060a8
@ -14,7 +14,7 @@ import app.revanced.util.resources.ResourceUtils.copyResources
|
||||
import app.revanced.util.resources.ResourceUtils.copyXmlNode
|
||||
|
||||
@Patch
|
||||
@Name("Sponsorblock")
|
||||
@Name("SponsorBlock")
|
||||
@Description("Integrates SponsorBlock which allows skipping video segments such as sponsored content.")
|
||||
@DependsOn(
|
||||
[
|
||||
@ -23,7 +23,7 @@ import app.revanced.util.resources.ResourceUtils.copyXmlNode
|
||||
]
|
||||
)
|
||||
@YouTubeCompatibility
|
||||
class SponsorBlockResourcePatch : ResourcePatch {
|
||||
class SponsorBlockPatch : ResourcePatch {
|
||||
|
||||
override fun execute(context: ResourceContext) {
|
||||
/**
|
Loading…
x
Reference in New Issue
Block a user