Skip to content

Commit

Permalink
Merge branch 'develop' into patch7
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-00 committed May 14, 2024
2 parents 7309325 + d8092e4 commit 1902253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module/Database/Query/CatalogQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ final class CatalogQuery implements QueryInterface
);

/** @var string */
protected $select = "`catalog`.`name`";
protected $select = "`catalog`.`id`";

/** @var string */
protected $base = "SELECT %%SELECT%% FROM `catalog` ";
Expand Down
1 change: 1 addition & 0 deletions src/Repository/Model/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ public function set_filter($key, mixed $value): bool
case 'gather_types':
$this->_state['filter'][$key] = $value;
break;
case 'enabled':
case 'min_count':
case 'unplayed':
case 'rated':
Expand Down

0 comments on commit 1902253

Please sign in to comment.