Skip to content

Commit

Permalink
Merge pull request #173 from libsgh/dev
Browse files Browse the repository at this point in the history
v2.0.8-2
  • Loading branch information
libsgh authored Nov 16, 2021
2 parents c0a0777 + 0695f11 commit 62b7b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/arm64/getPanIndex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ then
| grep '"tag_name":' \
| sed -E 's/.*"([^"]+)".*/\1/'`
fi
curl -sOL "https://hub.fastgit.org/libsgh/PanIndex/releases/download/${version}/PanIndex-${version}-linux-arm64.tar.gz"
curl -sOL "https://github.com/libsgh/PanIndex/releases/download/${version}/PanIndex-${version}-linux-arm64.tar.gz"
sha256sum "PanIndex-"${version}"-linux-arm64.tar.gz"
tar -xvzf "PanIndex-"${version}"-linux-arm64.tar.gz"
rm -rf README.md LICENSE
Expand Down
2 changes: 1 addition & 1 deletion templates/pan/mdui/view-audio.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
var mode = $("#file_link").attr("data-mode");
var fullUrl = encodeURI(window.location.protocol + "//"+window.location.host + path);
var url = "{{.DownloadUrl}}";
if(mode == "native" || mode == "ftp" || mode == "webdav"{
if(mode == "native" || mode == "ftp" || mode == "webdav"){
url = fullUrl;
}
var n = '{{ (index .List 0).FileName }}';
Expand Down

0 comments on commit 62b7b3b

Please sign in to comment.