Fix ndent

This commit is contained in:
warwickh 2021-07-02 18:12:01 +10:00
parent 6035ff49b8
commit 194844571c
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ def search(params):
try:
for item in items.get('searchResult2').get('song'):
entry = get_entry_track( item, params)
listing.append(entry)
listing.append(entry)
except:
pass