music: why werent tracker files in the regex

This commit is contained in:
Cynthia Foxwell 2022-07-30 12:02:39 -06:00
parent afb4a4919a
commit 0ed2bb99c3

View file

@ -15,7 +15,7 @@ const REGEX_SOUNDCLOUD =
const REGEX_SOUNDCLOUD_PLAYLIST =
/^((https?:\/\/)?(www\.|m\.)?soundcloud\.com\/|sc:).+\/(sets\/.+|likes|tracks)$/;
const REGEX_FILE =
/^(https?:\/\/)?.*\..*\/.+\.(mp3|ogg|flac|wav|webm|mp4|mov|mkv)$/;
/^(https?:\/\/)?.*\..*\/.+\.(mp3|ogg|flac|wav|webm|mp4|mov|mkv|mod|s3m|it|xm)$/;
let SOUNDCLOUD_CLIENTID;