animeo
animeo copied to clipboard
Custom lists will conflict and return multiple arrays- and not load the entries on stremio
Simple fix is to just do this to line 8 in lib/anilist.js
const list = userLists.find((item) => (item.status === catalogType && !item.isCustomList));