This commit is contained in:
DariusIII
2025-04-08 15:24:02 +02:00
parent 843ba98861
commit e1d2ba0939
+1 -1
View File
@@ -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