Documentation fixes and such

This commit is contained in:
2021-05-05 20:20:34 +02:00
parent 7258a8a039
commit db4195ac57
10 changed files with 37 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ function AudioViewer(viewer, file, next) {
this.container.appendChild(document.createElement("br"))
this.icon = document.createElement("img")
this.icon.src = "/res/img/mime/audio.png"
this.icon.src = "/api/file/" + this.file.id + "/thumbnail"
this.container.appendChild(this.icon)
this.container.appendChild(document.createElement("br"))