Skip to content

Commit 9fe7d54

Browse files
authored
fix download right click (#2874)
1 parent 111bcce commit 9fe7d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/views/gallery-panels/Album.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ const photoCallbacks = {
339339
toggleMove: toggleMove,
340340
toggleDelete: toggleDelete,
341341
toggleDownload: () => {
342-
AlbumService.download(selectedPhotosIds.value);
342+
PhotoService.download(selectedPhotosIds.value);
343343
},
344344
};
345345

0 commit comments

Comments
 (0)