Fix DTSC output disconnect on new track issue.
This commit is contained in:
parent
2294fbd365
commit
bd5c09b159
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ namespace Mist {
|
||||||
INFO_MSG("Picked up new track - selecting it and resetting state.");
|
INFO_MSG("Picked up new track - selecting it and resetting state.");
|
||||||
sentHeader = false;
|
sentHeader = false;
|
||||||
seek(currentTime());
|
seek(currentTime());
|
||||||
|
if (currTrackCount() != selectedTracks.size()){
|
||||||
|
initialSeek();
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue