Skip to content

Commit 6f27028

Browse files
authored
Merge pull request #1430 from nextcloud/fix/previewpath
Fix previewpath legacy variable
2 parents 16072ed + 5859f1a commit 6f27028

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

js/viewer-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/viewer-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Images.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default {
8585
return this.davPath
8686
}
8787
88-
return this.previewPath
88+
return this.previewpath
8989
},
9090
},
9191
watch: {

0 commit comments

Comments
 (0)