Skip to content

Commit 57af802

Browse files
committed
fix(YouTube - Hide player buttons background): Update missing supported versions
1 parent 360968f commit 57af802

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/main/kotlin/app/revanced/patches/youtube/player/playerbuttonbg/HidePlayerButtonBackgroundPatch.kt

+7-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@ import app.revanced.util.exception
4949
"19.03.36",
5050
"19.04.38",
5151
"19.05.35",
52-
"19.05.36"
52+
"19.05.36",
53+
"19.06.39",
54+
"19.07.40",
55+
"19.08.36",
56+
"19.09.38",
57+
"19.10.39",
58+
"19.11.38"
5359
]
5460
)
5561
],

0 commit comments

Comments
 (0)