Skip to content

Commit

Permalink
Fix download button
Browse files Browse the repository at this point in the history
  • Loading branch information
reocat committed Dec 16, 2024
1 parent be357df commit f3875f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ fun PlayerMenu(
database.transaction {
insert(mediaMetadata)
}
downloadUtil.download(mediaMetadata)
},
onRemoveDownload = {
DownloadService.sendRemoveDownload(
Expand Down

0 comments on commit f3875f4

Please sign in to comment.