From 4e7b86b42665125dcd94b36ff9573f0c69e0974e Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Tue, 18 Jun 2024 19:06:01 +0100 Subject: [PATCH] New attempt to convert hcl to json --- modules/media-centre/jobspec.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/modules/media-centre/jobspec.json b/modules/media-centre/jobspec.json index 09962db..1abc4d2 100644 --- a/modules/media-centre/jobspec.json +++ b/modules/media-centre/jobspec.json @@ -38,11 +38,13 @@ } ] }, - "Artifact": { - "Source": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp", - "Destination": "/usr/local/bin/yt-dlp", - "Mode": "file" - }, + "Artifacts": [ + { + "Source": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp", + "Destination": "/usr/local/bin/yt-dlp", + "Mode": "file" + } + ], "Env": { "TZ": "Europe/London", "PUID": "985",