Skip to content

Commit 56e77ea

Browse files
Merge pull request #17 from ThomasEricB/main
Add Vampire: The Masquerade – Bloodlines ambience
2 parents 9dbfb90 + c220e28 commit 56e77ea

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
@@ -51,6 +51,7 @@ Additionally, the plugin makes a call to this github repository occasionally to
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)
5353
- [Sky: Children of the Light soundtrack](https://www.youtube.com/watch?v=87etrUp83Yc)
54+
- [Vampire: The Masquerade – Bloodlines Ambient Playlist](https://www.youtube.com/watch?v=pCZxb43L_Ag)
5455

5556
## Reporting Issues
5657

main.ts

+8
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,14 @@ const SOUNDSCAPES: Record<string, Soundscape> = {
142142
youtubeId: "87etrUp83Yc",
143143
type: SOUNDSCAPE_TYPE.STANDARD,
144144
},
145+
vtmbloodlines: {
146+
id: "vtmbloodlines",
147+
name: "Vampire: The Masquerade – Bloodlines",
148+
nowPlayingText: "VTM - Bloodlines ambience",
149+
isLiveVideo: false,
150+
youtubeId: "pCZxb43L_Ag",
151+
type: SOUNDSCAPE_TYPE.STANDARD,
152+
},
145153
};
146154

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

0 commit comments

Comments
 (0)