mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +02:00
fix(YouTube - Video playback): Correctly set default quality when changing from a low quality video
This commit is contained in:
@ -448,6 +448,7 @@ public final class VideoInformation {
|
||||
}
|
||||
}
|
||||
}
|
||||
qualityNeedsUpdating = true;
|
||||
Logger.printDebug(() -> "videoQualities: " + videoQualities);
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
|
Reference in New Issue
Block a user