in gridview, assume .ts files are video, not typescript

This commit is contained in:
ed 2024-05-08 22:20:29 +00:00
parent feed08deb2
commit 925c7f0a57

View file

@ -4780,7 +4780,7 @@ var thegrid = (function () {
fid = oth.getAttribute('id'), fid = oth.getAttribute('id'),
aplay = ebi('a' + fid), aplay = ebi('a' + fid),
atext = ebi('t' + fid), atext = ebi('t' + fid),
is_txt = atext && showfile.getlang(href), is_txt = atext && showfile.getlang(href) && !/\.ts$/.test(href),
is_img = img_re.test(href), is_img = img_re.test(href),
is_dir = href.endsWith('/'), is_dir = href.endsWith('/'),
is_srch = !!ebi('unsearch'), is_srch = !!ebi('unsearch'),