mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-04 15:19:48 +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) {
|
if(videoDetail is VideoLocal) {
|
||||||
videoLocal = videoDetail;
|
videoLocal = videoDetail;
|
||||||
video = videoDetail;
|
video = videoDetail;
|
||||||
|
this.video = video;
|
||||||
val videoTask = StatePlatform.instance.getContentDetails(videoDetail.url);
|
val videoTask = StatePlatform.instance.getContentDetails(videoDetail.url);
|
||||||
videoTask.invokeOnCompletion { ex ->
|
videoTask.invokeOnCompletion { ex ->
|
||||||
if(ex != null) {
|
if(ex != null) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue