Skip to content

Commit

Permalink
Fix audio codec
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitcher authored Feb 1, 2025
1 parent 52f53c5 commit 4a39094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1080p/IncludesDialogSelect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<textcolor>grey</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$VAR[AudioCodecVar]$VAR[AudioChannelsVar, ]$INFO[ListItem.Property(stream.description), | ]</label>
<label>$INFO[ListItem.Property(stream.codecdesc)]$INFO[ListItem.Property(stream.channels), | , $LOCALIZE[10127]]$INFO[ListItem.Property(stream.description), | ]</label>
</control>
</itemlayout>
<focusedlayout height="138" width="825">
Expand Down Expand Up @@ -258,7 +258,7 @@
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$VAR[AudioCodecVar]$VAR[AudioChannelsVar, ]$INFO[ListItem.Property(stream.description), | ]</label>
<label>$INFO[ListItem.Property(stream.codecdesc)]$INFO[ListItem.Property(stream.channels), | , $LOCALIZE[10127]]$INFO[ListItem.Property(stream.description), | ]</label>
</control>
</focusedlayout>
</control>
Expand Down

0 comments on commit 4a39094

Please sign in to comment.