mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
🚧 WIP on Overseerr integration
This commit is contained in:
14
src/modules/overseerr/OverseerrModule.tsx
Normal file
14
src/modules/overseerr/OverseerrModule.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { IconEyeglass } from '@tabler/icons';
|
||||
import { IModule } from '../ModuleTypes';
|
||||
import OverseerrMediaDisplay from './OverseerrMediaDisplay';
|
||||
|
||||
export const OverseerrModule: IModule = {
|
||||
title: 'Overseerr',
|
||||
description: 'Allows you to search and add media from Overseerr',
|
||||
icon: IconEyeglass,
|
||||
component: OverseerrMediaDisplay,
|
||||
};
|
||||
|
||||
export interface OverseerSearchProps {
|
||||
query: string;
|
||||
}
|
||||
Reference in New Issue
Block a user