mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-01 22:45:18 +00:00
file extension matching should be case insensitive
This commit is contained in:
parent
f40c0ed3b8
commit
b8438caf42
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ export function uniqueId() {
|
|||
|
||||
export function filenameIsReadme(filename) {
|
||||
return (
|
||||
filename.match(/\.txt$/) &&
|
||||
filename.match(/\.txt$/i) &&
|
||||
![
|
||||
"genex.txt",
|
||||
"genexinfo.txt",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue