Fix album count showing 0

This commit is contained in:
JonnyWong16 2022-08-11 09:46:15 -07:00
parent 444b138e97
commit 8114079eac
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -2740,7 +2740,7 @@ class PmsConnect(object):
return []
elif str(section_id).isdigit() or section_type == 'album':
if section_type == 'album':
if section_type == 'album' and rating_key:
sort_type += '&artist.id=' + str(rating_key)
xml_head = self.fetch_library_list(