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