diff --git a/plexpy/exporter.py b/plexpy/exporter.py index 3e4fc909..e0d25e71 100644 --- a/plexpy/exporter.py +++ b/plexpy/exporter.py @@ -1936,7 +1936,7 @@ class Export(object): 'ratingKey': d['ratingKey'], 'duration': d['duration'], 'title': full_title, - 'location': d['locations'][0] # Only first file if multiple files + 'location': '\n'.join(d['locations']) # Add all locations } items.append(metadata)