mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Fix crash download livestream, refs
This commit is contained in:
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) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a1980eeac4e917c21fed3feb97b3dee24e536726
|
||||
Subproject commit c3e21983564fce43d8c0b9aa96ee97b47fd7353f
|
Loading…
Add table
Reference in a new issue