mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 16:25:11 +02:00
feat: Backend implementation for source plugin usage and configuration
This commit is contained in:
@@ -4,3 +4,7 @@ export type TitleId = {
|
||||
provider: 'tmdb' | 'tvdb';
|
||||
type: TitleType;
|
||||
};
|
||||
|
||||
declare global {
|
||||
const REIVERR_VERSION: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user