mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-06-22 01:03:00 +00:00
fix: downloadUrl of file preview (#3728)
This commit is contained in:
parent
a493ec90ff
commit
8a14018861
@ -253,7 +253,7 @@ const hasPrevious = computed(() => previousLink.value !== "");
|
|||||||
const hasNext = computed(() => nextLink.value !== "");
|
const hasNext = computed(() => nextLink.value !== "");
|
||||||
|
|
||||||
const downloadUrl = computed(() =>
|
const downloadUrl = computed(() =>
|
||||||
fileStore.req ? api.getDownloadURL(fileStore.req, true) : ""
|
fileStore.req ? api.getDownloadURL(fileStore.req, false) : ""
|
||||||
);
|
);
|
||||||
|
|
||||||
const raw = computed(() => {
|
const raw = computed(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user