Use source path when path is not specified

pull/42/head
Romain Lecat 4 years ago
parent 9aaa441907
commit 65f07f2d59
No known key found for this signature in database
GPG Key ID: 1C13FBFFD7A29594

@ -205,7 +205,7 @@ def sync_servers(instanceA_contents, instanceB_language_id, instanceB_contentIds
for content in instanceA_contents:
if content[content_id_key] not in instanceB_contentIds:
title = content.get('title') or content.get('artistName')
instance_path = instanceB_path or basename(content.get('path'))
instance_path = instanceB_path or content.get('path')
# if given this, we want to filter from instance by profile id
if instanceA_profile_filter_id:

Loading…
Cancel
Save