mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 23:53:19 +02:00
Refactored and cleaned up SeriesPage data fetching
This commit is contained in:
@@ -1 +1,6 @@
|
||||
export type TitleType = 'movie' | 'series';
|
||||
export type TitleId = {
|
||||
id: number;
|
||||
provider: 'tmdb' | 'tvdb';
|
||||
type: TitleType;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user