From 1ebdef2269226ae787ccf53b4eb57b685feb23c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mang?= Date: Tue, 20 Aug 2024 23:14:57 +0200 Subject: [PATCH] Fix: script header --- yt-dlp/yt-dlp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yt-dlp/yt-dlp.lua b/yt-dlp/yt-dlp.lua index de403c2..badbc61 100644 --- a/yt-dlp/yt-dlp.lua +++ b/yt-dlp/yt-dlp.lua @@ -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" @@ -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 \ No newline at end of file +end