mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Offline playback fix with remote sources
This commit is contained in:
parent
5499706a9b
commit
75cf1ffbdd
1 changed files with 1 additions and 0 deletions
|
@ -1144,6 +1144,7 @@ class VideoDetailView : ConstraintLayout {
|
|||
if(videoDetail is VideoLocal) {
|
||||
videoLocal = videoDetail;
|
||||
video = videoDetail;
|
||||
this.video = video;
|
||||
val videoTask = StatePlatform.instance.getContentDetails(videoDetail.url);
|
||||
videoTask.invokeOnCompletion { ex ->
|
||||
if(ex != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue