animeo icon indicating copy to clipboard operation
animeo copied to clipboard

Custom lists will conflict and return multiple arrays- and not load the entries on stremio

Open planet-bluto opened this issue 11 months ago • 0 comments

Simple fix is to just do this to line 8 in lib/anilist.js

const list = userLists.find((item) => (item.status === catalogType && !item.isCustomList));

planet-bluto avatar Jan 15 '25 00:01 planet-bluto