Skip to content

Commit d105746

Browse files
Merge pull request #11 from phthallo/main
Add Sky: Children of the Light soundtrack (take two)
2 parents e9286cb + 0a63cde commit d105746

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Additionally, the plugin makes a call to this github repository occasionally to
5050
- [Animal Crossing New Horizons](https://www.youtube.com/watch?v=zru-TLye9jo)
5151
- [Calm Nintendo music](https://www.youtube.com/watch?v=sA0qrPOMy2Y)
5252
- [Yakuza/Like a Dragon bar ambience](https://www.youtube.com/watch?v=Q0GtyZbHJDM)
53+
- [Sky: Children of the Light soundtrack](https://www.youtube.com/watch?v=87etrUp83Yc)
5354

5455
## Reporting Issues
5556

main.ts

+8
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,14 @@ const SOUNDSCAPES: Record<string, Soundscape> = {
134134
youtubeId: "sA0qrPOMy2Y",
135135
type: SOUNDSCAPE_TYPE.STANDARD,
136136
},
137+
skycotl: {
138+
id: "skycotl",
139+
name: "Sky: Children of the Light",
140+
nowPlayingText: "Sky: Children of the Light",
141+
isLiveVideo: false,
142+
youtubeId: "87etrUp83Yc",
143+
type: SOUNDSCAPE_TYPE.STANDARD,
144+
},
137145
};
138146

139147
// Documentation: https://developers.google.com/youtube/iframe_api_reference

0 commit comments

Comments
 (0)