This commit is contained in:
ed 2024-07-20 22:28:40 +00:00
parent 5953399090
commit f955d2bd58

View file

@ -1296,7 +1296,7 @@ class Up2k(object):
not cv
or liname not in th_cvds
or cv.lower() not in th_cvds
or th_cvd.index(iname) < th_cvd.index(cv)
or th_cvd.index(liname) < th_cvd.index(cv.lower())
)
):
cv = iname