From e1d2ba0939213ec0fc670904dc9d85287c3789d7 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 8 Apr 2025 15:24:02 +0200 Subject: [PATCH] Fix typo --- misc/update/tmux/bin/groupfixrelnames.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/update/tmux/bin/groupfixrelnames.php b/misc/update/tmux/bin/groupfixrelnames.php index 7c42861e7..bd08f2fb7 100644 --- a/misc/update/tmux/bin/groupfixrelnames.php +++ b/misc/update/tmux/bin/groupfixrelnames.php @@ -40,7 +40,7 @@ switch (true) { IFNULL(UNCOMPRESS(rn.nfo), '') AS textstring, IFNULL(ru.uniqueid, '') AS uid, IFNULL(ph.hash, 0) AS hash, - IFNULL(rf.crc32, '') AS crc, + IFNULL(rf.crc32, '') AS crc FROM releases r LEFT JOIN release_nfos rn ON rn.releases_id = r.id LEFT JOIN release_files rf ON rf.releases_id = r.id