mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🚑 Fix UUID by using crypto
This commit is contained in:
@@ -29,7 +29,7 @@ export type ServiceType =
|
||||
| 'Emby';
|
||||
|
||||
export interface serviceItem {
|
||||
id: number;
|
||||
id: string;
|
||||
name: string;
|
||||
type: string;
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user