forked from openlp/openlp
Hotfix
This commit is contained in:
parent
c68d6dc3de
commit
40ceb07f18
@ -165,7 +165,7 @@ class SongSelectImport(object):
|
||||
'PrimaryLanguage': '',
|
||||
'Keys': '',
|
||||
'Themes': '',
|
||||
'List': '' if self.subscription_level == 'premium' else 'publicdomain',
|
||||
'List': 'publicdomain' if self.subscription_level == 'Free' else '',
|
||||
'Sort': '',
|
||||
'SearchText': search_text
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user