v1.1.6: Sonarr follow-up tvdbid rehydration (#31)
Fixed Sonarr episode-level tvsearch requests losing the <newznab:attr name="tvdbid">
attribute when Sonarr sends q=ShowName&tvdbid= (the shape used on every follow-up
after the initial tvdbid-only lookup).
- Added Store.GetSeriesMappingByName reverse lookup with year-suffix fallback for
Skyhook-disambiguated titles like "Doctor Who (2005)". - handleTVSearch rehydrates tvdbid from the store when q is supplied but tvdbid
is empty. - Request-provided tvdbid still wins over the store.
- Validated end-to-end on .57 with an isolated Docker smoke (22 RSS items all
carrying tvdbid=78804; prior behaviour was 188-byte empty RSS).