mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +01:00
A few minor fixes for last commits - thx xylographe :)
This commit is contained in:
parent
fae0633fa0
commit
3b37525659
@ -29,7 +29,7 @@
|
||||
* Allow reading of small PAC files - thx Mike
|
||||
* Fixed bug in "Fix invalid italic tags" - thx ivandrofly
|
||||
* Fixed allowing random order of json tags - thx fela98
|
||||
* Utx won't load text if starts with '#' - thx invandrofly
|
||||
* Utx won't load text if starts with '#' - thx ivandrofly
|
||||
* Fixed crash when showing text "<i></i><i>..." - thx montillasauces
|
||||
* Fix for TTML 1.0 to keep source time format when using frames - thx Tuan
|
||||
* Fixed split when subtitle has no time code - thx João
|
||||
|
@ -286,7 +286,7 @@ namespace Nikse.SubtitleEdit.Logic.VideoPlayers
|
||||
{
|
||||
id = _audioTrackIds[value];
|
||||
}
|
||||
_mpvCommand(_mpvHandle, new[] { "set", "aid", id.ToString(CultureInfo.InvariantCulture), null });
|
||||
_mpvCommand(_mpvHandle, new[] { "set", "aid", id, null });
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user