fix: improve type safety in media item search queries

- Change library_id parameter from interface{} to pgtype.UUID
- Add explicit UUID type casting in SQL queries
- Fix SearchMediaItemsParams to use strongly-typed UUID
- Prevents potential type assertion errors and improves type safety
- Ensures proper NULL handling for optional library_id filter
This commit is contained in:
2026-03-06 01:52:33 -05:00
parent ff68c1aa49
commit 79690751c8
3 changed files with 8692 additions and 3 deletions
File diff suppressed because it is too large Load Diff