Fix default library export type

This commit is contained in:
JonnyWong16 2020-10-15 10:56:28 -07:00
parent 401b75a76b
commit 82d9719eee
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 3 additions and 3 deletions

View file

@ -6650,7 +6650,7 @@ class WebInterface(object):
def export_metadata(self, section_id=None, user_id=None, rating_key=None, file_format='csv',
metadata_level=1, media_info_level=1,
thumb_level=0, art_level=0,
custom_fields='', export_type=None, individual_files=False, **kwargs):
custom_fields='', export_type='all', individual_files=False, **kwargs):
""" Export library or media metadata to a file
```