Files
mpv/demux
David Vaughan da753196af player: change insert_next to insert_at
Change the `playlist_insert_next` function to `playlist_insert_at` (ie,
insert at the location of an entry, rather than after it, and rename to
be clearer that it doesn't have anything to do with the
currently-playing entry).

Also, replace calls to `playlist_add` with calls to
`playlist_insert_at`, since the former has become redundant.
2024-02-26 02:03:21 +00:00
..
2019-09-19 20:37:05 +02:00
2020-02-03 19:13:44 +01:00
2021-05-11 22:18:40 +02:00
2024-01-19 23:56:21 +00:00
2024-02-06 18:08:53 +01:00
2018-01-06 14:42:22 -08:00