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
@@ -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) {