fix(YouTube/Hide seekbar): xml parsing error occurs due to limitations in the patch structure

This commit is contained in:
inotia00
2023-10-28 14:52:31 +09:00
parent ebf5a96bbd
commit 50cd5bcf97
2 changed files with 3 additions and 6 deletions

View File

@ -71,8 +71,7 @@ object HideSeekbarPatch : BytecodePatch(
SettingsPatch.addPreference(
arrayOf(
"PREFERENCE: SEEKBAR_SETTINGS",
"SETTINGS: HIDE_SEEKBAR",
"SETTINGS: HIDE_SEEKBAR_THUMBNAIL"
"SETTINGS: HIDE_SEEKBAR"
)
)