🐛 v1.3.2 - Bug Fix Release
Fixed Issues
1. Media Library Filter Buttons Not Working
- Fixed Movies/Series filter buttons not filtering correctly
- Changed button label from 'TV Shows' to 'Series' to match API response type
- Type filter tabs now properly filter by item type (Movie/Series)
2. Search by Title Not Working
- Fixed search functionality to correctly extract title from the second column (first column is poster)
- Search now works correctly with the new poster column layout
3. Poster Images Not Displaying
- Fixed poster image URL construction to use Jellyfin's built-in image API endpoint
- Changed from \Url.ActionLink\ to manual URL construction: /Items/{itemId}/Images/Primary?maxWidth=100&quality=90\
- Poster thumbnails now display correctly for all media items
Technical Changes
- Updated \GetLibraryOverview()\ in \ThemeSongController.cs\ to construct image URLs manually
- Updated filter button label from 'TV Shows' to 'Series' in \configPage.html\
- Fixed type matching between API response (Series) and UI display (Series)
Files Changed
- \Api/ThemeSongController.cs\ - Fixed poster image URL construction
- \Configuration/configPage.html\ - Changed button label from 'TV Shows' to 'Series'
- \Jellyfin.Plugin.AssignThemeSong.csproj\ - Version bump to 1.3.2.0
- \meta.json\ - Version bump and changelog update
- \manifest.json\ - Added v1.3.2.0 release entry
- \ odo.md\ - Marked completed features
- \README.md\ - Updated development status with v1.3.2 features
Full Changelog: v1.3.1...v1.3.2