Update get_metadata_childern to include all artist album types

* Fixes #1559
This commit is contained in:
JonnyWong16 2021-11-06 21:44:55 -08:00
parent cd85269fe5
commit 93cb067454
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 31 additions and 8 deletions

View file

@ -544,6 +544,8 @@ class Libraries(object):
if rating_key:
library_children = pms_connect.get_library_children_details(rating_key=rating_key,
section_id=section_id,
section_type=section_type,
get_media_info=True)
elif section_id:
library_children = pms_connect.get_library_children_details(section_id=section_id,