Skip to content

Commit

Permalink
Fix: script header
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation authored Aug 20, 2024
1 parent 0a1ade8 commit 1ebdef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yt-dlp/yt-dlp.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- {"order":1,"arguments":["uri"]}
-- {"name": "yt-dlp", "file": "yt-dlp/yt-dlp.lua", "version": 2, "desc": "Streams songs and playlists with the help of yt-dlp.", "order": 1, "arguments":["uri"]}

-- yt-dlp helper functions
local yt_dlp_path = "yt-dlp"
Expand Down Expand Up @@ -205,4 +205,4 @@ else
-- or MYMPD_API_QUEUE_REPLACE_URI_TAGS if you prefer
mympd.api("MYMPD_API_QUEUE_APPEND_URI_TAGS", {uri = uri, tags = meta, play = false})
end
end
end

0 comments on commit 1ebdef2

Please sign in to comment.