Add new jukebox song. (#27074)
add song to jukebox for funsies! (cherry picked from commit aa0fc72b1a45ca086549acab5ee7bcc267f0ffba)
This commit is contained in:
parent
cea131194e
commit
1be481570e
|
|
@ -20,3 +20,8 @@
|
|||
license: "CC-BY-3.0"
|
||||
copyright: "Constellations by Qwertyquerty. Converted to mono OGG."
|
||||
source: "https://www.youtube.com/channel/UCPYbhBUGhH7n_G4HLK2YipQ"
|
||||
|
||||
- files: ["sunset.ogg"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Sunset by PigeonBeans. Exported in Mono OGG."
|
||||
source: "https://soundcloud.com/pigeonbeans/sunset"
|
||||
Binary file not shown.
|
|
@ -33,3 +33,9 @@
|
|||
name: Qwertyquerty - Starlight
|
||||
path:
|
||||
path: /Audio/Jukebox/starlight.ogg
|
||||
|
||||
- type: jukebox
|
||||
id: sunset
|
||||
name: PigeonBeans - Sunset
|
||||
path:
|
||||
path: /Audio/Jukebox/sunset.ogg
|
||||
|
|
|
|||
Loading…
Reference in New Issue