Skip to content

Commit

Permalink
feat(youtube): remove fix-playback patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jan 15, 2023
1 parent ef030ee commit edcb6cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ import app.revanced.patches.shared.settings.preference.impl.StringResource
import app.revanced.patches.shared.settings.preference.impl.SwitchPreference
import app.revanced.patches.youtube.ad.video.annotations.VideoAdsCompatibility
import app.revanced.patches.youtube.ad.video.fingerprints.LoadVideoAdsFingerprint
import app.revanced.patches.youtube.misc.fix.playback.patch.FixPlaybackPatch
import app.revanced.patches.youtube.misc.integrations.patch.IntegrationsPatch
import app.revanced.patches.youtube.misc.settings.bytecode.patch.SettingsPatch

@Patch
@DependsOn([IntegrationsPatch::class, SettingsPatch::class, FixPlaybackPatch::class])
@DependsOn([IntegrationsPatch::class, SettingsPatch::class])
@Name("video-ads")
@Description("Removes ads in the video player.")
@VideoAdsCompatibility
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit edcb6cc

Please sign in to comment.