Prettier
This commit is contained in:
10
components/AppShelf/AppShelf.d.ts
vendored
10
components/AppShelf/AppShelf.d.ts
vendored
@@ -1,12 +1,4 @@
|
||||
export const ServiceTypes = [
|
||||
'Other',
|
||||
'Sonarr',
|
||||
'Radarr',
|
||||
'Lidarr',
|
||||
'qBittorrent',
|
||||
'Plex',
|
||||
'Emby',
|
||||
];
|
||||
export const ServiceTypes = ['Other', 'Sonarr', 'Radarr', 'Lidarr', 'qBittorrent', 'Plex', 'Emby'];
|
||||
|
||||
export interface serviceItem {
|
||||
[x: string]: any;
|
||||
|
||||
Reference in New Issue
Block a user