mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -301,9 +301,7 @@ class PlPlayerController {
|
||||
static Future<void> playIfExists(
|
||||
{bool repeat = false, bool hideControls = true}) async {
|
||||
// await _instance?.play(repeat: repeat, hideControls: hideControls);
|
||||
if (_playCallBack != null) {
|
||||
_playCallBack!();
|
||||
}
|
||||
_playCallBack?.call();
|
||||
}
|
||||
|
||||
// try to get PlayerStatus
|
||||
|
||||
Reference in New Issue
Block a user