← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~lambda-calculist/openlp/run_search into lp:openlp

 

Kyle Nweeia has proposed merging lp:~lambda-calculist/openlp/run_search into lp:openlp.

Commit message:
Fixed bug #1678632 "SongSelect Importer Infinite Loop."

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~lambda-calculist/openlp/run_search/+merge/358137
-- 
Your team OpenLP Core is requested to review the proposed merge of lp:~lambda-calculist/openlp/run_search into lp:openlp.
=== modified file 'openlp/plugins/songs/lib/songselect.py'
--- openlp/plugins/songs/lib/songselect.py	2018-10-26 23:15:31 +0000
+++ openlp/plugins/songs/lib/songselect.py	2018-11-01 01:39:29 +0000
@@ -171,6 +171,7 @@
                     callback(song)
                 songs.append(song)
                 if len(songs) >= max_results:
+                    self.run_search = False
                     break
             current_page += 1
         return songs


Follow ups