Fix DTSC output disconnect on new track issue.

This commit is contained in:
Thulinma 2016-07-28 20:51:06 +02:00
parent 2294fbd365
commit bd5c09b159

View file

@ -100,6 +100,9 @@ namespace Mist {
INFO_MSG("Picked up new track - selecting it and resetting state.");
sentHeader = false;
seek(currentTime());
if (currTrackCount() != selectedTracks.size()){
initialSeek();
}
return;
}
}