Skip to content

Commit

Permalink
fix(linkBuilders/Nextcloud): Missing function description
Browse files Browse the repository at this point in the history
  • Loading branch information
jiriks74 committed Sep 28, 2024
1 parent 8ef6249 commit da6c08d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/linkBuilders/Nextcloud.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ local NextcloudPaser = {}
local downloadRequest =
"download?path=%2F&files=" -- What needs to be appended to a Nextcloud URL in order to downlaod a file

---Encode a string into HTML
---@param str string
---@return string str HTML encoded string
local function urlEncode(str)
-- Convert the input string into its percent-encoded equivalent
if str then
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@version 1.0.0
@version 1.0.1
play.lua
lib/Player.lua
lib/linkBuilders/Nextcloud.lua
Expand Down

0 comments on commit da6c08d

Please sign in to comment.