playlist/pls: fix reversed song order
Remove the forward_list::reverse() call. It was not necessary, because pls_parser() already reads the playlist in reverse order.
This commit is contained in:
Remove the forward_list::reverse() call. It was not necessary, because pls_parser() already reads the playlist in reverse order.