Fix crash download livestream, refs

This commit is contained in:
Kelvin 2024-01-02 20:14:28 +01:00
parent 356ba01dc1
commit a348bb2662
2 changed files with 2 additions and 2 deletions

View file

@ -343,7 +343,7 @@ class UISlideOverlays {
videoSources.filter { it is IVideoUrlSource && it.isDownloadable() }.asIterable(),
Settings.instance.downloads.getDefaultVideoQualityPixels(),
FutoVideoPlayerBase.PREFERED_VIDEO_CONTAINERS
) as IVideoUrlSource;
) as IVideoUrlSource?;
}
if (audioSources != null) {

@ -1 +1 @@
Subproject commit a1980eeac4e917c21fed3feb97b3dee24e536726
Subproject commit c3e21983564fce43d8c0b9aa96ee97b47fd7353f