feat: Backend implementation for source plugin usage and configuration

This commit is contained in:
Aleksi Lassila
2024-12-05 19:33:18 +02:00
parent ffc4197832
commit 9b6ff3379e
39 changed files with 2244 additions and 1006 deletions

View File

@@ -4,3 +4,7 @@ export type TitleId = {
provider: 'tmdb' | 'tvdb';
type: TitleType;
};
declare global {
const REIVERR_VERSION: string;
}