Skip to content

Commit

Permalink
add description to song list
Browse files Browse the repository at this point in the history
EmilBohleber committed Jul 19, 2024
1 parent d846fed commit 0bd65b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/MultiVector/Program.cs
Original file line number Diff line number Diff line change
@@ -25,6 +25,10 @@
if (indexQuestions) await questionCollection.ClearCollection();
if (indexSummaries) await summaryCollection.ClearCollection();

/*
* Leider kann ich hier keine Songs anbieten wegen Kopierschutz. Du musst sie dir selber herunterladen.
* Einfach im Projektordner unter dem richtigen (oder anderem) Namen speichern.
*/
string[] fileNames =
[
"anti_hero",

0 comments on commit 0bd65b0

Please sign in to comment.