clusters: fix query name

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/672/head
Varun Patil 2023-05-22 20:52:54 -07:00
parent d4fcf94047
commit 1d1ba59ae2
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class AlbumsBackend extends Backend
public function transformDayQuery(&$query, bool $aggregate): void
{
$albumId = (string) $this->request->getParam('albums');
$albumId = (string) $this->request->getParam(self::clusterType());
// Get album object
$album = $this->albumsQuery->getIfAllowed($this->getUID(), $albumId);