Improves responsiveness

This commit is contained in:
2023-09-21 16:44:17 +02:00
parent 68eb084a3d
commit 0326a5b635
5 changed files with 11 additions and 7 deletions

View File

@@ -2,6 +2,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'
logo: 'https://cdn.rawgit.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-transparent.svg',
subtitle: 'Media Server'
};
};