Merge branch 'dev' into docker-integration

This commit is contained in:
Thomas Camlong
2022-07-20 15:05:16 +02:00
committed by GitHub
18 changed files with 463 additions and 162 deletions

View File

@@ -61,6 +61,7 @@ export const Targets = [
export const ServiceTypeList = [
'Other',
'Emby',
'Dash.',
'Deluge',
'Lidarr',
'Plex',
@@ -73,6 +74,7 @@ export const ServiceTypeList = [
export type ServiceType =
| 'Other'
| 'Emby'
| 'Dash.'
| 'Deluge'
| 'Lidarr'
| 'Plex'