fix a ->get conversion typo.
This commit is contained in:
parent
d57ee622ff
commit
057260f131
1 changed files with 1 additions and 1 deletions
|
|
@ -551,7 +551,7 @@ sub getAlbumIds {
|
||||||
my $orderBy = $options->{ orderBy }
|
my $orderBy = $options->{ orderBy }
|
||||||
? $options->{ orderBy }
|
? $options->{ orderBy }
|
||||||
: $self->viewListOrderBy
|
: $self->viewListOrderBy
|
||||||
? join( " ", $self->getviewListOrderBy, $self->viewListOrderDirection )
|
? join( " ", $self->viewListOrderBy, $self->viewListOrderDirection )
|
||||||
: "lineage ASC"
|
: "lineage ASC"
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue