Skip to content

Commit

Permalink
Some changes reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
gino0631 committed Feb 26, 2021
1 parent 16540bb commit 3ab64f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/MetadataService.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ protected function getAvMetadata($sections) {
$this->addVal($this->t('Audio sample size'), $this->t('%s bit', array($v)), $return);
}

if ($v = $this->getVal('album', $id3v2) ?: $this->getVal('album', $id3v1) ?: $this->getVal('product', $riff)) {
if ($v = $this->getValM('album', $tags) ?: $this->getVal('product', $riff)) {
$this->addVal($this->t('Album'), $v, $return);
}

Expand Down

0 comments on commit 3ab64f5

Please sign in to comment.