mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Update get_metadata_childern to include all artist album types
* Fixes #1559
This commit is contained in:
parent
cd85269fe5
commit
93cb067454
2 changed files with 31 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue