From 3803df6e29d6549f505798dc5c3144420b7948c3 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sun, 14 Jul 2024 14:57:38 +0900 Subject: [PATCH] feat(YouTube): drop support versions `19.17.41` ~ `19.26.42` https://github.com/inotia00/ReVanced_Extended/issues/2241 --- .../revanced/patches/youtube/utils/compatibility/Constants.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/utils/compatibility/Constants.kt b/src/main/kotlin/app/revanced/patches/youtube/utils/compatibility/Constants.kt index d2f787b64..799c7e6f1 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/utils/compatibility/Constants.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/utils/compatibility/Constants.kt @@ -12,8 +12,7 @@ object Constants { "18.38.44", // This is the last version with no delay in applying video quality on the server side. "18.48.39", // This is the last version that do not use Rolling Number. "19.05.36", // This is the last version with the least YouTube experimental flag. - "19.16.39", // This is the last version that supports the 'Restore old seekbar thumbnails' setting. - "19.26.42", // This is the latest version supported by the RVX patch. + "19.16.39", // This is the latest version supported by the RVX patch. ) ) )