Line 112 of the code
else {
xSeries = (document.title).replace(/(.) - NzbDrone/, ‘$1’);
}
should now with the latest version be:
else {
xSeries = (document.title).replace(/(.) - nzbdrone/, ‘$1’);
}
It has been in develop for a few days. Right now we use sonarr in the title, but we will likely change that to Sonarr. What can we do to eliminate issues if/when we change the title. Happy to make life easier and enable searching via this extension on other places you can use manual search (calendar, missing, etc), where the document title is not the series title.
More than happy to add a hidden field with the title or something like that to make it more reliable.