From c678033c1d60b48ae02fbbe4815869b9504a17f6 Mon Sep 17 00:00:00 2001 From: David Vaughan Date: Tue, 13 Feb 2024 13:24:58 -0800 Subject: input/player: add loadfile/loadlist insert-at command --- common/playlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/playlist.c') diff --git a/common/playlist.c b/common/playlist.c index 5ff34496c8..39c49a5230 100644 --- a/common/playlist.c +++ b/common/playlist.c @@ -312,8 +312,8 @@ void playlist_set_stream_flags(struct playlist *pl, int flags) pl->entries[n]->stream_flags = flags; } -static int64_t playlist_transfer_entries_to(struct playlist *pl, int dst_index, - struct playlist *source_pl) +int64_t playlist_transfer_entries_to(struct playlist *pl, int dst_index, + struct playlist *source_pl) { assert(pl != source_pl); struct playlist_entry *first = playlist_get_first(source_pl); -- cgit v1.2.3