Skip to content

Commit

Permalink
Merge pull request #138 from reocat/pr2
Browse files Browse the repository at this point in the history
Fix download button
  • Loading branch information
mikooomich authored Jan 1, 2025
2 parents be357df + f3875f4 commit 7886d49
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 7886d49

Please sign in to comment.