Exit loop once match is found
This commit is contained in:
parent
d4f4bfc741
commit
d93520bab4
|
@ -103,6 +103,7 @@ sub processSubtitleSelection()
|
|||
for each item in m.view.fullSubtitleData
|
||||
if item.index = m.view.selectedSubtitle
|
||||
m.view.previousSubtitleWasEncoded = item.IsEncoded
|
||||
exit for
|
||||
end if
|
||||
end for
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user