mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-23 23:52:27 -04:00
Extract movie insert to a show insert method
This commit is contained in:
@@ -12,7 +12,7 @@ export const Entry = t.Union([Episode, MovieEntry, Special]);
|
||||
export type Entry = typeof Entry.static;
|
||||
|
||||
export const SeedEntry = t.Union([SeedEpisode, SeedMovieEntry, SeedSpecial]);
|
||||
export type SeedEntry = typeof Entry.static;
|
||||
export type SeedEntry = typeof SeedEntry.static;
|
||||
|
||||
export * from "./episode";
|
||||
export * from "./movie-entry";
|
||||
|
||||
Reference in New Issue
Block a user