mirror of
https://github.com/Radarr/Radarr
synced 2026-01-25 17:01:42 +01:00
Renames the existing Series entity to BookSeries to distinguish from upcoming TV Series. This prepares the codebase for Phase 5 TV Shows. Backend changes: - Migration 251: renames Series table to BookSeries, updates FK columns - New BookSeries namespace with entity, repository, and service - Updated MediaItem.SeriesId → BookSeriesId - Updated HierarchicalMonitoringService for BookSeries - Updated Book/Audiobook repositories with FindByBookSeriesId - New BookSeriesMonitoringChangedEvent API changes: - Renamed /api/v3/series → /api/v3/bookseries - Updated Book/Audiobook resources with bookSeriesId field Frontend changes: - Renamed Series/ → BookSeries/ components - Updated routes /series → /bookseries - Updated Redux actions and selectors 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| build | ||
| src | ||
| typings | ||
| .prettierignore | ||
| .prettierrc.json | ||
| .stylelintrc | ||
| .tern-project | ||
| babel.config.js | ||
| eslint.config.mjs | ||
| jsconfig.json | ||
| postcss.config.js | ||
| tsconfig.json | ||