🚑 Fix UUID by using crypto

This commit is contained in:
ajnart
2022-05-21 01:26:24 +02:00
parent ecfb89de40
commit c3b11be2d0
5 changed files with 21 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ export type ServiceType =
| 'Emby';
export interface serviceItem {
id: number;
id: string;
name: string;
type: string;
url: string;