Skip to content

Commit 5aceb14

Browse files
committed
YouTube: Updated Remember video quality to improve the reliability.
1 parent ddc42cd commit 5aceb14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/io/github/chsbuffer/revancedxposed/youtube/video/RememberVideoQuality.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,10 @@ fun YoutubeHook.RememberVideoQuality() {
157157
}
158158
addUsingField {
159159
field {
160-
// VideoQualitySettings Enum
160+
// VIDEO_QUALITY_SETTING_UNKNOWN Enum
161161
declaredClass { usingStrings("VIDEO_QUALITY_SETTING_UNKNOWN") }
162162
modifiers = Modifier.STATIC
163+
name = "a"
163164
}
164165
}
165166
}

0 commit comments

Comments
 (0)