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': '',
'Keys': '',
'Themes': '',
'List': '' if self.subscription_level == 'premium' else 'publicdomain',
'List': 'publicdomain' if self.subscription_level == 'Free' else '',
'Sort': '',
'SearchText': search_text
}