Separate the functions for creating a mediaItem from a Child object and from a Download object
This commit is contained in:
@@ -61,7 +61,7 @@ public class SongBottomSheetViewModel extends AndroidViewModel {
|
||||
|
||||
if (Preferences.isStarredSyncEnabled()) {
|
||||
DownloadUtil.getDownloadTracker(context).download(
|
||||
MappingUtil.mapMediaItem(song, false),
|
||||
MappingUtil.mapDownload(song),
|
||||
new Download(song)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user