Skip to content

Commit

Permalink
feat: add Apple Music
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlauer-Hax committed Sep 26, 2024
1 parent d2da4a6 commit fbea44b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/music/edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import spotify from "../music-landing/assets/spotify.svg";
import deezer from "../music-landing/assets/deezer.svg";
// @deno-types="https://raw.githubusercontent.com/lucsoft-DevTeam/lucsoft.de/master/custom.d.ts"
import tidal from "../music-landing/assets/tidal.svg";
// @deno-types="https://raw.githubusercontent.com/lucsoft-DevTeam/lucsoft.de/master/custom.d.ts"
import apple from "../music-landing/assets/apple.svg";

await RegisterAuthRefresh();

Expand Down Expand Up @@ -154,6 +156,7 @@ const streamingImages: Record<string, ImageComponent> = {
spotify: Image(spotify, "Spotify"),
deezer: Image(deezer, "Deezer"),
tidal: Image(tidal, "Tidal"),
apple: Image(apple, "Apple Music"),
};

const StreamingServiesDialog = SheetDialog(
Expand Down

0 comments on commit fbea44b

Please sign in to comment.