Skip to content

Commit

Permalink
this is backwards
Browse files Browse the repository at this point in the history
parsed value is disk, tag is disc
  • Loading branch information
lachlan-00 committed Oct 19, 2023
1 parent f712b70 commit b9e835f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Module/Util/VaInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -1070,8 +1070,8 @@ private function _cleanup_generic($tags)
// Pass the array through
$parsed['genre'] = $this->parseGenres($data);
break;
case 'disksubtitle':
$parsed['discsubtitle'] = $data[0];
case 'discsubtitle':
$parsed['disksubtitle'] = $data[0];
break;
case 'partofset':
$elements = explode('/', $data[0]);
Expand Down

0 comments on commit b9e835f

Please sign in to comment.