From 64a29e7f4c66cc8b106bf6eb495a18b5ea3d5a27 Mon Sep 17 00:00:00 2001 From: RichyHBM Date: Thu, 21 Jul 2022 18:47:13 +0100 Subject: [PATCH] Put qbittorrent in alphabetical order --- src/tools/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/types.ts b/src/tools/types.ts index 2fc3ecb41..4a8b10f2f 100644 --- a/src/tools/types.ts +++ b/src/tools/types.ts @@ -78,9 +78,9 @@ export type ServiceType = | 'Emby' | 'Lidarr' | 'Plex' + | 'qBittorrent' | 'Radarr' | 'Readarr' - | 'qBittorrent' | 'Sonarr' | 'Transmission';