change to not load from the internet rn
This commit is contained in:
21
app.py
21
app.py
@@ -78,12 +78,25 @@ print("add queue")
|
||||
|
||||
player.add_to_queue(
|
||||
Song(
|
||||
"/mnt/HDD/Downloads/72 Pantera.wav",
|
||||
"Bullseye",
|
||||
"bruhh",
|
||||
"music/pink floyd/dark side of the moon/06 Money.flac",
|
||||
"Money",
|
||||
1,
|
||||
"KDrew",
|
||||
"The Dark Side Of The Moon",
|
||||
"",
|
||||
"KDrew",
|
||||
"Pink Floyd",
|
||||
)
|
||||
)
|
||||
|
||||
player.add_to_queue(
|
||||
Song(
|
||||
"bruhh",
|
||||
"music/pink floyd/dark side of the moon/07 Us and Them.flac",
|
||||
"Us and Them",
|
||||
1,
|
||||
"The Dark Side Of The Moon",
|
||||
"",
|
||||
"Pink Floyd",
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user