PixelMelt

Results 3 issues of PixelMelt

Not exactly sure what the right terminology is but MBCord does not seem to work with my server that is hosted on https://mydomain.com/jellyfin ![example](https://cdn.upload.systems/uploads/qtVFsZLt.png)

bug

changing line 74 of workers.py from ```if msg!=[]: temp["conversations"].append(msg.strip().replace("\t", " ")); msg=[]``` to ```if msg!=[]: temp["conversations"].append(str(msg).strip().replace("\t", " ")); msg=[]``` fixed this