diff --git a/src/views/PDFView.vue b/src/views/PDFView.vue index eb77b0fb..021fc8fc 100644 --- a/src/views/PDFView.vue +++ b/src/views/PDFView.vue @@ -35,7 +35,7 @@ export default { iframeSrc() { return generateUrl('/apps/files_pdfviewer/?file={file}&canDownload={canDownload}', { canDownload: canDownload() ? 1 : 0, - file: this.davPath, + file: this.source ?? this.davPath, }) }, },