base tv-episode integration

This commit is contained in:
DerPenz
2023-05-06 18:57:20 +02:00
parent b0b6398169
commit 9457dce115
7 changed files with 171 additions and 32 deletions

View File

@@ -14,6 +14,7 @@ export * from './trending';
export * from './find';
export * from './keywords';
export * from './collections';
export * from './tv-episode';
export type MediaType = 'movie' | 'tv' | 'person';