fix: add missing old-import proxmox integration kind mapping (#1979)
This commit is contained in:
@@ -25,7 +25,7 @@ const mapping: Record<OldmarrIntegrationType, IntegrationKind | null> = {
|
|||||||
overseerr: "overseerr",
|
overseerr: "overseerr",
|
||||||
pihole: "piHole",
|
pihole: "piHole",
|
||||||
prowlarr: "prowlarr",
|
prowlarr: "prowlarr",
|
||||||
proxmox: null,
|
proxmox: "proxmox",
|
||||||
qBittorrent: "qBittorrent",
|
qBittorrent: "qBittorrent",
|
||||||
radarr: "radarr",
|
radarr: "radarr",
|
||||||
readarr: "readarr",
|
readarr: "readarr",
|
||||||
|
|||||||
Reference in New Issue
Block a user