Fall back to first audio track when none preferred

Auto-selection still prefers Japanese/Chinese/undefined audio, but
if a file has none of those (e.g. only English), the first audio
track is pre-checked instead of leaving no audio track selected.
This commit is contained in:
2026-07-08 10:53:48 +02:00
parent c7c125d40b
commit 10d7c14444
2 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>Futonizer</AssemblyName>
<RootNamespace>Futonizer</RootNamespace>
<Version>1.0.6</Version>
<FileVersion>1.0.6.0</FileVersion>
<Version>1.0.7</Version>
<FileVersion>1.0.7.0</FileVersion>
<ApplicationIcon>Assets\app.ico</ApplicationIcon>
</PropertyGroup>