Saved in database downloaded playlists

This commit is contained in:
CappielloAntonio
2022-01-02 15:50:59 +01:00
parent b41e3e641b
commit d2ad0188b7
6 changed files with 16 additions and 32 deletions

View File

@@ -65,7 +65,7 @@ public class StarredSyncDialog extends DialogFragment {
if (songs != null) {
DownloadUtil.getDownloadTracker(context).download(
MappingUtil.mapMediaItems(context, songs, false),
MappingUtil.mapDownload(songs)
MappingUtil.mapDownload(songs, null, null)
);
}
});