#79: Added query parameter to randomize filename when downloading songs #96
Reference in New Issue
Block a user
Delete Branch "tsk-79"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When the
randomizeFilenamequery parameter is provided, the filename of the downloaded media will be randomized or reflect the media's title. By default the value will be false.Applied to the following endpoints:
GET api/v1/song/data/download/{song_id}GET api/v1/song/compressed/data/{song_id}GET api/v1/coverart/data/download/{song_id}