1
0
Fork 0
forked from len0rd/rockbox

plugin.h & lua add playlist_insert_playlist

having issues running lua and loading a playlist

Change-Id: I72d32d77e6567ceed7e8e5fd492eebf0ee44561a
This commit is contained in:
William Wilgus 2021-12-05 23:06:22 -05:00
parent f02cd18ad0
commit 221e8752cc
4 changed files with 70 additions and 17 deletions

View file

@ -803,6 +803,7 @@ static const struct plugin_api rockbox_api = {
/* new stuff at the end, sort into place next time
the API gets incompatible */
warn_on_pl_erase,
playlist_insert_playlist,
};
static int plugin_buffer_handle;