mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-14 18:46:49 +01:00
fix: rename class ReturnYouTubeDislikesPatch
to ReturnYouTubeDislikePatch
This commit is contained in:
parent
c8074c7823
commit
dcaa99da59
@ -5,9 +5,9 @@ import java.util.concurrent.atomic.AtomicReference;
|
||||
import app.revanced.integrations.returnyoutubedislike.ReturnYouTubeDislike;
|
||||
|
||||
/**
|
||||
* Used by app.revanced.patches.youtube.layout.returnyoutubedislikes.patch.RYDPatch
|
||||
* Used by app.revanced.patches.youtube.layout.returnyoutubedislike.patch.ReturnYouTubeDislikePatch
|
||||
*/
|
||||
public class ReturnYouTubeDislikesPatch {
|
||||
public class ReturnYouTubeDislikePatch {
|
||||
|
||||
/**
|
||||
* Called when the video id changes
|
Loading…
x
Reference in New Issue
Block a user