diff --git a/maloja/apis/native_v1.py b/maloja/apis/native_v1.py index c6f32b5..41bf560 100644 --- a/maloja/apis/native_v1.py +++ b/maloja/apis/native_v1.py @@ -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)