Skip to content

Commit

Permalink
Fix tags not being split (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Oct 21, 2020
1 parent ca87449 commit 6828438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Javinizer/Public/Get-JVNfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function Get-JVNfo {
}

foreach ($item in $Tag) {
$item = Convert-NfoChar -String $Tag -ErrorAction SilentlyContinue
$item = Convert-NfoChar -String $item -ErrorAction SilentlyContinue
$tagNfoString = @"
<tag>$item</tag>
Expand Down

0 comments on commit 6828438

Please sign in to comment.