Exit page load on !keepGoing()
This commit is contained in:
parent
178c888e56
commit
90c017bfcd
1 changed files with 4 additions and 0 deletions
|
@ -462,6 +462,10 @@ namespace Mist{
|
|||
pageNum = pageNumForKey(trackId, keyNum);
|
||||
}
|
||||
|
||||
if (!keepGoing()){
|
||||
return;
|
||||
}
|
||||
|
||||
if (keyNum){
|
||||
nxtKeyNum[trackId] = keyNum-1;
|
||||
}else{
|
||||
|
|
Loading…
Add table
Reference in a new issue