Adds logo for Radarr, Sonarr, Prowlarr ...
This commit is contained in:
5
src/lib/services/radarr/+service.ts
Normal file
5
src/lib/services/radarr/+service.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { ServiceHandler } from '../service';
|
||||
|
||||
export const handle: ServiceHandler = () => {
|
||||
return { logo: 'https://cdn.rawgit.com/Radarr/Radarr/develop/Logo/Radarr.svg' };
|
||||
};
|
||||
Reference in New Issue
Block a user