hacktek
hacktek
Any progress on this one? I currently still use ombi as the backend, implementing this would make me switch to the mellow backend.
This is definitely a widespread issue of some sort. I just started getting this and as stated above, resetting the bot token didn't fix it. Contrary to the comment above,...
Seems like somewhat of a trivial change in get_media ``` def __get_media(self, section_type,section_ids): sections = self.__get_sections_by_type(section_type) media_list = [] print(sections) for section in sections: if section.key in section_ids: for media...