Merge branch 'development' into LTS_development
This commit is contained in:
commit
83306e0ee1
1 changed files with 2 additions and 1 deletions
|
@ -553,7 +553,8 @@ namespace Mist {
|
||||||
updateMeta();
|
updateMeta();
|
||||||
}
|
}
|
||||||
MEDIUM_MSG("Seeking to %llums", pos);
|
MEDIUM_MSG("Seeking to %llums", pos);
|
||||||
for (std::set<long unsigned int>::iterator it = selectedTracks.begin(); it != selectedTracks.end(); it++){
|
std::set<long unsigned int> seekTracks = selectedTracks;
|
||||||
|
for (std::set<long unsigned int>::iterator it = seekTracks.begin(); it != seekTracks.end(); it++){
|
||||||
if (myMeta.tracks.count(*it)){
|
if (myMeta.tracks.count(*it)){
|
||||||
seek(*it, pos);
|
seek(*it, pos);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue