mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 02:26:52 +08:00
@@ -115,7 +115,7 @@ class VideoPlayerServiceHandler extends BaseAudioHandler with SeekHandler {
|
||||
}
|
||||
|
||||
void onVideoDetailChange(
|
||||
Object data,
|
||||
dynamic data,
|
||||
int cid,
|
||||
String herotag, {
|
||||
String? artist,
|
||||
@@ -127,6 +127,7 @@ class VideoPlayerServiceHandler extends BaseAudioHandler with SeekHandler {
|
||||
// debugPrint(StackTrace.current);
|
||||
// }
|
||||
if (!PlPlayerController.instanceExists()) return;
|
||||
if (data == null) return;
|
||||
|
||||
late final id = '$cid$herotag';
|
||||
MediaItem? mediaItem;
|
||||
|
||||
Reference in New Issue
Block a user