LinuxServer Changes:
Rebasing to alpine 3.13.
mylar3 Changes:
Importing comics with # in their filenames leads to errors in moveit.py and websever.py .
This is because the # is not properly encoded in the URL, using urllib.parse.quote() resolves this.
In helpers.py line 299, a log entry is called for variable that is not guarenteed to be filled at that point. That line has been commented.