Skip to content

Commit

Permalink
Merge pull request #11 from phthallo/main
Browse files Browse the repository at this point in the history
Add Sky: Children of the Light soundtrack (take two)
  • Loading branch information
andrewmcgivery committed Feb 7, 2024
2 parents e9286cb + 0a63cde commit d105746
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Additionally, the plugin makes a call to this github repository occasionally to
- [Animal Crossing New Horizons](https://www.youtube.com/watch?v=zru-TLye9jo)
- [Calm Nintendo music](https://www.youtube.com/watch?v=sA0qrPOMy2Y)
- [Yakuza/Like a Dragon bar ambience](https://www.youtube.com/watch?v=Q0GtyZbHJDM)
- [Sky: Children of the Light soundtrack](https://www.youtube.com/watch?v=87etrUp83Yc)

## Reporting Issues

Expand Down
8 changes: 8 additions & 0 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ const SOUNDSCAPES: Record<string, Soundscape> = {
youtubeId: "sA0qrPOMy2Y",
type: SOUNDSCAPE_TYPE.STANDARD,
},
skycotl: {
id: "skycotl",
name: "Sky: Children of the Light",
nowPlayingText: "Sky: Children of the Light",
isLiveVideo: false,
youtubeId: "87etrUp83Yc",
type: SOUNDSCAPE_TYPE.STANDARD,
},
};

// Documentation: https://developers.google.com/youtube/iframe_api_reference
Expand Down

0 comments on commit d105746

Please sign in to comment.