mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 16:52:58 -07:00
Fix exporter for photo albums and clips
This commit is contained in:
parent
36f877c7ff
commit
e3214946a3
2 changed files with 21 additions and 13 deletions
|
@ -6585,6 +6585,9 @@ class WebInterface(object):
|
|||
export_type=None, **kwargs):
|
||||
file_formats = exporter.Export.FILE_FORMATS
|
||||
|
||||
if media_type == 'photo_album':
|
||||
media_type = 'photoalbum'
|
||||
|
||||
return serve_template(templatename="export_modal.html", title="Export Metadata",
|
||||
section_id=section_id, user_id=user_id, rating_key=rating_key,
|
||||
media_type=media_type, sub_media_type=sub_media_type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue