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