diff --git a/copyparty/up2k.py b/copyparty/up2k.py index 49bf21b7..f544d0e3 100644 --- a/copyparty/up2k.py +++ b/copyparty/up2k.py @@ -2827,7 +2827,7 @@ class Up2k(object): # v5a -> v5b # store rd+fn rather than warks to support nohash vols try: - cur.execute("select ws, rd, fn from iu limit 1").fetchone() + cur.execute("select c, w, rd, fn from iu limit 1").fetchone() return except: pass