mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-02 15:20:18 +08:00
opt ui
opt video keyboard event opt code Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:PiliPlus/common/constants.dart';
|
||||
import 'package:PiliPlus/models_new/live/live_room_info_h5/data.dart';
|
||||
import 'package:PiliPlus/models_new/pgc/pgc_info_model/episode.dart';
|
||||
import 'package:PiliPlus/models_new/video/video_detail/data.dart';
|
||||
@@ -13,7 +14,7 @@ Future<VideoPlayerServiceHandler> initAudioService() async {
|
||||
builder: VideoPlayerServiceHandler.new,
|
||||
config: const AudioServiceConfig(
|
||||
androidNotificationChannelId: 'com.example.piliplus.audio',
|
||||
androidNotificationChannelName: 'Audio Service PiliPlus',
|
||||
androidNotificationChannelName: 'Audio Service ${Constants.appName}',
|
||||
androidNotificationOngoing: true,
|
||||
androidStopForegroundOnPause: true,
|
||||
fastForwardInterval: Duration(seconds: 10),
|
||||
|
||||
Reference in New Issue
Block a user