Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(Ongaku): update assets #8307

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions websites/O/Ongaku/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"en": "Discover the best of Jpop and Kpop on Ongaku your go-to platform for streaming all your favorite Japanese and Korean pop music hits. Dive into the latest tracks, timeless classics, and carefully curated playlists that celebrate the vibrant world of Jpop and Kpop music."
},
"url": "ongaku.zvbt.space",
"version": "1.0.0",
"logo": "https://ongaku.zvbt.space/favicon.png",
"thumbnail": "https://ongaku.zvbt.space/preview.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/O/Ongaku/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/O/Ongaku/assets/thumbnail.png",
"color": "#cba6f7",
"category": "music",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/O/Ongaku/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const presence = new Presence({
});

const enum Assets {
Logo = "https://ongaku.zvbt.space/favicon.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/O/Ongaku/assets/logo.png",
}

presence.on("UpdateData", async () => {
Expand Down
Loading