mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
@@ -93,6 +93,7 @@ class _AudioPageState extends State<AudioPage> {
|
|||||||
Obx(() {
|
Obx(() {
|
||||||
if (_controller.segmentProgressList.isNotEmpty) {
|
if (_controller.segmentProgressList.isNotEmpty) {
|
||||||
return IconButton(
|
return IconButton(
|
||||||
|
tooltip: '片段信息',
|
||||||
onPressed: _controller.showSBDetail,
|
onPressed: _controller.showSBDetail,
|
||||||
icon: const Icon(MdiIcons.advertisements, size: 22),
|
icon: const Icon(MdiIcons.advertisements, size: 22),
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -504,8 +504,6 @@ class VideoDetailController extends GetxController
|
|||||||
Future<void> seekTo(Duration duration, {required bool isSeek}) =>
|
Future<void> seekTo(Duration duration, {required bool isSeek}) =>
|
||||||
plPlayerController.seekTo(duration, isSeek: isSeek);
|
plPlayerController.seekTo(duration, isSeek: isSeek);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget buildItem(Object item, Animation<double> animation) {
|
Widget buildItem(Object item, Animation<double> animation) {
|
||||||
final theme = Get.theme;
|
final theme = Get.theme;
|
||||||
|
|||||||
Reference in New Issue
Block a user