Merge branch 'v2.5-export' into nightly

This commit is contained in:
JonnyWong16
2020-10-02 20:45:11 -07:00
45 changed files with 6500 additions and 521 deletions

View File

@@ -1072,7 +1072,7 @@ def build_media_notify_params(notify_action=None, session=None, timeline=None, m
'subtitle_language_code': notify_params['subtitle_language_code'],
'file': notify_params['file'],
'filename': os.path.basename(notify_params['file']),
'file_size': helpers.humanFileSize(notify_params['file_size']),
'file_size': helpers.human_file_size(notify_params['file_size']),
'indexes': notify_params['indexes'],
'section_id': notify_params['section_id'],
'rating_key': notify_params['rating_key'],