mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
remove fix video playback
This commit is contained in:
@ -7,7 +7,6 @@ import app.revanced.patcher.patch.annotations.DependsOn
|
||||
import app.revanced.patcher.patch.BytecodePatch
|
||||
import app.revanced.patcher.patch.PatchResult
|
||||
import app.revanced.patcher.patch.PatchResultSuccess
|
||||
import app.revanced.patches.youtube.misc.videoid.mainstream.patch.MainstreamVideoIdPatch
|
||||
import app.revanced.shared.annotation.YouTubeCompatibility
|
||||
import app.revanced.shared.patches.videoads.GeneralVideoAdsPatch
|
||||
import app.revanced.shared.util.bytecode.BytecodeHelper
|
||||
@ -15,8 +14,7 @@ import app.revanced.shared.util.integrations.Constants.ADS_PATH
|
||||
|
||||
@DependsOn(
|
||||
[
|
||||
GeneralVideoAdsPatch::class,
|
||||
MainstreamVideoIdPatch::class
|
||||
GeneralVideoAdsPatch::class
|
||||
]
|
||||
)
|
||||
@Name("hide-video-ads-bytecode-patch")
|
||||
|
@ -38,14 +38,6 @@ class VideoAdsPatch : ResourcePatch {
|
||||
"SETTINGS: HIDE_VIDEO_ADS"
|
||||
)
|
||||
|
||||
ResourceHelper.addSettings2(
|
||||
context,
|
||||
"PREFERENCE_CATEGORY: REVANCED_EXTENDED_SETTINGS",
|
||||
"PREFERENCE: EXTENDED_SETTINGS",
|
||||
"SETTINGS: EXPERIMENTAL_FLAGS",
|
||||
"SETTINGS: FIX_VIDEO_PLAYBACK"
|
||||
)
|
||||
|
||||
ResourceHelper.patchSuccess(
|
||||
context,
|
||||
"hide-video-ads"
|
||||
|
Reference in New Issue
Block a user