mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
Use ID instead of only names
This commit is contained in:
committed by
ajnart
parent
9b440c0da3
commit
667322d14e
@@ -29,7 +29,7 @@ export type ServiceType =
|
||||
| 'Emby';
|
||||
|
||||
export interface serviceItem {
|
||||
[x: string]: any;
|
||||
id: number;
|
||||
name: string;
|
||||
type: string;
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user