Time to do an update.

This commit is contained in:
Cody Cook 2025-01-09 11:57:11 -08:00
commit 0b0697bb42
22 changed files with 4352 additions and 268 deletions

View file

@ -10,7 +10,7 @@ class Genre
private $count = 0;
private $name = "";
private $slug = "";
private $db = "";
private $db;
private $mixes = [];
public function __construct($value, $db)