Adds logo for Radarr, Sonarr, Prowlarr ...

This commit is contained in:
2023-09-20 15:55:51 +02:00
parent f10e380bb2
commit f8028921c3
7 changed files with 20 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
import type { ServiceHandler } from '../service';
export const handle: ServiceHandler = () => {
return {
logo: 'https://cdn.rawgit.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-transparent.svg'
};
};