mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-19 11:53:24 +02:00
feat: tmdb cache, plugin support changes, series page, episode page, movie page streaming updated
This commit is contained in:
@@ -5,6 +5,8 @@ export type TitleId = {
|
||||
type: TitleType;
|
||||
};
|
||||
|
||||
export type MediaType = 'Movie' | 'Series';
|
||||
|
||||
declare global {
|
||||
const REIVERR_VERSION: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user