mirror of
https://github.com/9001/copyparty.git
synced 2025-11-06 14:53:17 +00:00
dangit
This commit is contained in:
@@ -1296,7 +1296,7 @@ class Up2k(object):
|
|||||||
not cv
|
not cv
|
||||||
or liname not in th_cvds
|
or liname not in th_cvds
|
||||||
or cv.lower() 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
|
cv = iname
|
||||||
|
|||||||
Reference in New Issue
Block a user