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 74bfd3a commit 04380a3
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 @@ -181,7 +181,7 @@ protected function getAvMetadata($sections) {
$this->addVal($this->t('Title'), $v, $return);
}

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

Expand Down

0 comments on commit 04380a3

Please sign in to comment.