Skip to content

Commit

Permalink
fix download right click
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jan 3, 2025
1 parent 111bcce commit 716a37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/views/gallery-panels/Album.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ const photoCallbacks = {
toggleMove: toggleMove,
toggleDelete: toggleDelete,
toggleDownload: () => {
AlbumService.download(selectedPhotosIds.value);
PhotoService.download(selectedPhotosIds.value);
},
};
Expand Down

0 comments on commit 716a37f

Please sign in to comment.