mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 12:04:50 +08:00
@@ -1123,6 +1123,12 @@ class VideoDetailController extends GetxController
|
|||||||
}).toList();
|
}).toList();
|
||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
final subs = response.subtitle?.subtitles;
|
||||||
|
if (subs != null && subs.isNotEmpty) {
|
||||||
|
subtitles.value = subs;
|
||||||
|
vttSubtitlesIndex.value = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user