Modify playlist code to always use input_item_t->i_id in "item-change" callback.
The previous code mixed up playlist_item_t->i_id and input_item_t->i_id and so this callback was unusable.
Showing
Please register or sign in to comment
The previous code mixed up playlist_item_t->i_id and input_item_t->i_id and so this callback was unusable.