From 9d766c4352dcdabb3b216247222de1eb0258a68c Mon Sep 17 00:00:00 2001 From: SeMiD Date: Tue, 1 Oct 2024 08:10:59 +0100 Subject: [PATCH] chore(YTPLR): update assets (#8770) chore: update assets Signed-off-by: SeMiD --- websites/Y/YTPLR/metadata.json | 18 ++++++++++-------- websites/Y/YTPLR/presence.ts | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/websites/Y/YTPLR/metadata.json b/websites/Y/YTPLR/metadata.json index 6c004a73fc10..37d6ea20ca7d 100644 --- a/websites/Y/YTPLR/metadata.json +++ b/websites/Y/YTPLR/metadata.json @@ -6,19 +6,24 @@ "id": "762219738570555412" }, "service": "YTPLR", - "altnames": ["YouTube Playlist Randomizer"], + "altnames": [ + "YouTube Playlist Randomizer" + ], "description": { "en": "Shuffles a YouTube Playlist in random order" }, "url": "youtube-playlist-randomizer.bitbucket.io", - "version": "1.0.0", - "logo": "https://i.imgur.com/hsDOqgw.png", - "thumbnail": "https://i.imgur.com/VhkOWl2.png", + "version": "1.0.1", + "logo": "https://cdn.rcd.gg/PreMiD/websites/Y/YTPLR/assets/logo.png", + "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/Y/YTPLR/assets/thumbnail.png", "color": "#ff6d70", + "category": "videos", "tags": [ "video", "media" ], + "iframe": true, + "iFrameRegExp": "youtube[-]playlist[-]randomizer[.]bitbucket[.]io", "settings": [ { "id": "buttons", @@ -26,8 +31,5 @@ "icon": "fas fa-compress-arrows-alt", "value": true } - ], - "category": "videos", - "iFrameRegExp": "youtube[-]playlist[-]randomizer[.]bitbucket[.]io", - "iframe": true + ] } \ No newline at end of file diff --git a/websites/Y/YTPLR/presence.ts b/websites/Y/YTPLR/presence.ts index 869c462c5f52..c18784b26cfb 100644 --- a/websites/Y/YTPLR/presence.ts +++ b/websites/Y/YTPLR/presence.ts @@ -23,7 +23,7 @@ interface DataInterface { } const enum Assets { - Logo = "https://i.imgur.com/hsDOqgw.png", + Logo = "https://cdn.rcd.gg/PreMiD/websites/Y/YTPLR/assets/logo.png", } presence.on("iFrameData", (data: DataInterface) => {