From 23b212c622acbcd2c8896cf2c31e6cd6eaed07d1 Mon Sep 17 00:00:00 2001 From: Concourse CI/CD Date: Wed, 30 Oct 2024 01:58:31 +0000 Subject: [PATCH] ci: update manifest for version 0.1.0.0. --- manifest.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fe51488..c0bf38f 100644 --- a/manifest.json +++ b/manifest.json @@ -1 +1,20 @@ -[] +[ + { + "guid": "dd2326e3-4d3e-4bfc-80e6-28502c1131df", + "name": "Smart Playlist", + "description": "Create smart playlists with a Lisp filter engine.\n\nThe same playlist definition can be used for multiple users.\n", + "overview": "Smart playlists with Lisp filter engine.", + "owner": "redxef", + "category": "General", + "versions": [ + { + "version": "0.1.0.0", + "changelog": "- Initial Alpha release.\n", + "targetAbi": "10.10.0.0", + "sourceUrl": "https://gitea.redxef.at/redxef/jellyfin-smart-playlist/releases/download/v0.1.0.0/jellyfin-smart-playlist_0.1.0.0.dll", + "checksum": "763f5c4ac9e058f54bac79750857b65d", + "timestamp": "2024-10-30T01:58:30Z" + } + ] + } +] \ No newline at end of file