From 3222ba3acdb6b10f4f4c8cb5e539b8fe605e8370 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 31 Jul 2025 22:56:45 +0000 Subject: [PATCH] man --- copyparty/up2k.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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