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:
@@ -155,7 +155,6 @@ pls_open_stream(InputStream &is)
|
||||
pls_parser(keyfile, songs);
|
||||
g_key_file_free(keyfile);
|
||||
|
||||
songs.reverse();
|
||||
return new MemorySongEnumerator(std::move(songs));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user