Skip to content

Commit

Permalink
Merge pull request #17 from ThomasEricB/main
Browse files Browse the repository at this point in the history
Add Vampire: The Masquerade – Bloodlines ambience
  • Loading branch information
andrewmcgivery committed Feb 14, 2024
2 parents 9dbfb90 + c220e28 commit 56e77ea
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 @@ -51,6 +51,7 @@ Additionally, the plugin makes a call to this github repository occasionally to
- [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)
- [Vampire: The Masquerade – Bloodlines Ambient Playlist](https://www.youtube.com/watch?v=pCZxb43L_Ag)

## Reporting Issues

Expand Down
8 changes: 8 additions & 0 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ const SOUNDSCAPES: Record<string, Soundscape> = {
youtubeId: "87etrUp83Yc",
type: SOUNDSCAPE_TYPE.STANDARD,
},
vtmbloodlines: {
id: "vtmbloodlines",
name: "Vampire: The Masquerade – Bloodlines",
nowPlayingText: "VTM - Bloodlines ambience",
isLiveVideo: false,
youtubeId: "pCZxb43L_Ag",
type: SOUNDSCAPE_TYPE.STANDARD,
},
};

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

0 comments on commit 56e77ea

Please sign in to comment.