mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Add all locations to m3u8 playlists
This commit is contained in:
parent
317d32eb0c
commit
8a953e789c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue