Improves responsiveness
This commit is contained in:
@@ -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'
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user