#79: Added query parameter to randomize filename when downloading songs (#96)

* #79: Added query parameter to randomize filename when downloading songs

Right now only the  endpoint has this parameter added

* #79: Added functionality to the comressed song endpoint

* Added functionality to the download cover art
This commit was merged in pull request #96.
This commit is contained in:
Kun Deng
2024-06-16 19:04:10 -04:00
committed by GitHub
parent 270b7d059c
commit ebb15b7cdb
7 changed files with 90 additions and 40 deletions
+3
View File
@@ -10,4 +10,7 @@ public class FileExtensions
// Contains file extension with period at the beginning
public static string JPG_EXTENSION = ".jpg";
// Contains file extension with period at the beginning
public static string ZIP_EXTENSION = ".zip";
}