This commit is contained in:
Bob Luursema 2019-03-05 22:02:49 +01:00
parent c68d6dc3de
commit 40ceb07f18

View File

@ -165,7 +165,7 @@ class SongSelectImport(object):
'PrimaryLanguage': '', 'PrimaryLanguage': '',
'Keys': '', 'Keys': '',
'Themes': '', 'Themes': '',
'List': '' if self.subscription_level == 'premium' else 'publicdomain', 'List': 'publicdomain' if self.subscription_level == 'Free' else '',
'Sort': '', 'Sort': '',
'SearchText': search_text 'SearchText': search_text
} }