mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-28 12:50:19 +02:00
fix(YouTube - Player components): Hide seek message
not working on YouTube 19.34.42
This commit is contained in:
parent
b20240aa5d
commit
169dc9acba
@ -69,6 +69,11 @@ public final class PlayerComponentsFilter extends Filter {
|
||||
"medical_panel"
|
||||
);
|
||||
|
||||
final StringFilterGroup seekMessage = new StringFilterGroup(
|
||||
Settings.HIDE_SEEK_MESSAGE,
|
||||
"seek_edu_overlay"
|
||||
);
|
||||
|
||||
suggestedActions = new StringFilterGroup(
|
||||
Settings.HIDE_SUGGESTED_ACTION,
|
||||
"|suggested_action.eml|"
|
||||
@ -88,6 +93,7 @@ public final class PlayerComponentsFilter extends Filter {
|
||||
infoPanel,
|
||||
liveChat,
|
||||
medicalPanel,
|
||||
seekMessage,
|
||||
suggestedActions,
|
||||
timedReactions
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user