don't use new backend yet
This commit is contained in:
parent
a9ed4b4c09
commit
c7cf4c30b7
|
@ -298,11 +298,11 @@ class MenuSheet {
|
|||
icon: const Icon(Icons.file_download),
|
||||
onTap: () async {
|
||||
final dl = newDl.DownloadManager();
|
||||
await dl.startDebug();
|
||||
dl.addOfflineTrack(t, settings.downloadQuality, private: false);
|
||||
//if (await downloadManager.addOfflineTrack(t,
|
||||
// private: false, context: context, isSingleton: true) !=
|
||||
// false) showDownloadStartedToast();
|
||||
// await dl.startDebug();
|
||||
// dl.addOfflineTrack(t, settings.downloadQuality, private: false);
|
||||
if (await downloadManager.addOfflineTrack(t,
|
||||
private: false, context: context, isSingleton: true) !=
|
||||
false) showDownloadStartedToast();
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
@ -813,7 +813,7 @@ packages:
|
|||
path: "../just_audio_media_kit"
|
||||
relative: true
|
||||
source: path
|
||||
version: "2.0.0"
|
||||
version: "2.0.1"
|
||||
just_audio_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue