diff --git a/lib/services/player_service.dart b/lib/services/player_service.dart index fb69054..9449399 100644 --- a/lib/services/player_service.dart +++ b/lib/services/player_service.dart @@ -47,7 +47,7 @@ class PlayerService { Future _init() async { await JustAudioBackground.init( androidNotificationChannelId: 'com.richard.youtube_downloader.player', - androidNotificationChannelName: 'YouTube Dowloader', + androidNotificationChannelName: 'YouTube Downloader', androidNotificationOngoing: true, preloadArtwork: true, ); diff --git a/pubspec.yaml b/pubspec.yaml index 47437cb..954ed8f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -35,8 +35,8 @@ dependencies: youtube_explode_dart: ^2.2.1 path_provider: ^2.0.15 http: ^1.0.0 - just_audio: ^0.9.34 - just_audio_background: ^0.0.1-beta.10 + just_audio: ^0.9.39 + just_audio_background: ^0.0.1-beta.13 cached_network_image: ^3.2.3 audio_video_progress_bar: ^1.0.1 flutter_keyboard_visibility: ^5.4.1