mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +01:00
Fixed Matroska command line convert bug - thx KristjanLaane :)
closes #1754
This commit is contained in:
parent
8d8a6158ec
commit
890f3e0dd5
@ -277,7 +277,7 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
{
|
||||
if (matroska.IsValid)
|
||||
{
|
||||
var tracks = matroska.GetTracks();
|
||||
var tracks = matroska.GetTracks(true);
|
||||
if (tracks.Count > 0)
|
||||
{
|
||||
foreach (var track in tracks)
|
||||
|
Loading…
Reference in New Issue
Block a user