Widen remaining type unions: StatusBadge, IssueModal, PersonDetails, ExternalLink, discover

This commit is contained in:
root
2026-04-04 11:59:44 -05:00
parent 6005422cea
commit e4874f5792
6 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ import useSettings from '@app/hooks/useSettings';
import { MediaType } from '@server/constants/media';
import { MediaServerType } from '@server/constants/server';
type ExternalLinkType = 'movie' | 'tv' | 'person';
type ExternalLinkType = 'movie' | 'tv' | 'person' | 'music' | 'book';
interface ExternalLinkBlockProps {
mediaType: ExternalLinkType;