Bug Fix: Media Library Overview
Fixed 'Cannot deserialize unknown type' error when loading the Media Library tab in plugin settings.
Changes:
- Use explicit item type filtering (BaseItemKind.Movie, BaseItemKind.Series) instead of querying all items
- This avoids deserializing problematic item types that Jellyfin cannot handle
Note:
- The 404 error for metadata on items without theme songs is expected behavior - the UI handles this gracefully