change to not load from the internet rn

This commit is contained in:
William Bell
2025-12-27 00:14:03 +00:00
parent db728d684b
commit ca5ab41677
2 changed files with 45 additions and 29 deletions

21
app.py
View File

@@ -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",
)
)