Skip to content

Commit

Permalink
chore(YTPLR): update assets (PreMiD#8770)
Browse files Browse the repository at this point in the history
chore: update assets

Signed-off-by: SeMiD <[email protected]>
  • Loading branch information
SeMiD authored Oct 1, 2024
1 parent ceab42f commit 9d766c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions websites/Y/YTPLR/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,30 @@
"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",
"title": "Show Buttons",
"icon": "fas fa-compress-arrows-alt",
"value": true
}
],
"category": "videos",
"iFrameRegExp": "youtube[-]playlist[-]randomizer[.]bitbucket[.]io",
"iframe": true
]
}
2 changes: 1 addition & 1 deletion websites/Y/YTPLR/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 9d766c4

Please sign in to comment.