mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
playtav: playing next file must not work with still images
This commit is contained in:
@@ -841,7 +841,7 @@ function tryReadNextTAVHeader() {
|
||||
let isValidTAV = true
|
||||
let isValidUCF = true
|
||||
for (let i = 0; i < newMagic.length; i++) {
|
||||
if (newMagic[i] !== TAV_MAGIC[i+1] && newMagic[i] !== TAP_MAGIC[i+1]) {
|
||||
if (newMagic[i] !== TAV_MAGIC[i+1]) {
|
||||
isValidTAV = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user