Fix native API top album function requiring an artist

This commit is contained in:
duck 2023-10-04 17:10:58 -04:00 committed by GitHub
parent 4933932586
commit 0c2afcedd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,7 +322,7 @@ def get_charts_albums_external(**keys):
:return: list (List)
:rtype: Dictionary"""
k_filter, k_time, _, _, _ = uri_to_internal(keys,forceArtist=True)
k_filter, k_time, _, _, _ = uri_to_internal(keys)
ckeys = {**k_filter, **k_time}
result = database.get_charts_albums(**ckeys)