Files
bragi/media/playlist.py
Rackoono ed3ace0f33 Fix out of bound exception
There is an out of bound exception when iterating over info['entries'][j]  in get_playlist_info()
The lenght of info['entries'] has to be taken into account in the loop boundaries
2019-03-29 03:01:26 +01:00

2.0 KiB