Fixed several bugs

This commit is contained in:
2026-06-29 19:24:35 +02:00
parent 73844b6db0
commit c76bf45904
8 changed files with 83 additions and 5 deletions

View File

@@ -255,7 +255,7 @@ class Entry extends Model
public function getTotalDownloadsAttribute(): int
{
return $this->files->sum('download_count');
return $this->files->sum('download_count') + $this->old_download_count;
}
public function parseStaffCredits(): ?array {