LinuxServer Changes:
Move unrar to /usr/bin for backwards compatibility.
mylar3 Changes:
FIX: rechecking Story-Arc directory fails on missing issue numbers
The "Search for Missing Search for Watchlist matches/Recheck Files"
button throws an error when a file in the story-arc dir doesn't have an
issue number (e.g. one-shots). The exception thrown:
File "/app/mylar3/mylar/logger.py", line 337, in new_run
old_run(*args, **kwargs)
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/app/mylar3/mylar/webserve.py", line 1581, in addStoryArc
self.ArcWatchlist(storyarcid)
File "/app/mylar3/mylar/webserve.py", line 5166, in ArcWatchlist
temploc = tmpfc['issue_number'].replace('_', ' ')
'NoneType' object has no attribute 'replace'