music: why werent tracker files in the regex
This commit is contained in:
parent
afb4a4919a
commit
0ed2bb99c3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue