Mydia v0.2.7
This bugfix release addresses a critical issue preventing TV show episodes from being fetched and created when refreshing metadata.
Critical Bug Fixes
TV Show Episode Fetching
- Fixed metadata key access bug causing "found 0 seasons in metadata" error
- TV show episodes are now correctly fetched from metadata providers
- The relay provider returns maps with atom keys, but the code was incorrectly accessing them with string keys
- All season and episode data now properly retrieved during metadata refresh
HTTP Client Deprecation
- Updated Req HTTP client to use
Req.mergeinstead of deprecatedReq.Request.merge_options - Eliminated deprecation warnings during metadata fetching
Technical Changes
- Fixed
metadata[:seasons]access (was incorrectly usingmetadata["seasons"]) - Fixed
season[:season_number]access throughout episode creation flow - Updated HTTP provider to use current Req API
Full Changelog: v0.2.6...v0.2.7