From 090642058421f165fd990542e69cb3acd0c9a4d4 Mon Sep 17 00:00:00 2001 From: Tagaishi Date: Sat, 9 Mar 2024 16:52:47 +0100 Subject: [PATCH] feat: Mention Emby on Jellyfin integration (#1917) --- .../Components/InputElements/IntegrationSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard/Modals/EditAppModal/Tabs/IntegrationTab/Components/InputElements/IntegrationSelector.tsx b/src/components/Dashboard/Modals/EditAppModal/Tabs/IntegrationTab/Components/InputElements/IntegrationSelector.tsx index 7f79bf2cd..bedb543a2 100644 --- a/src/components/Dashboard/Modals/EditAppModal/Tabs/IntegrationTab/Components/InputElements/IntegrationSelector.tsx +++ b/src/components/Dashboard/Modals/EditAppModal/Tabs/IntegrationTab/Components/InputElements/IntegrationSelector.tsx @@ -171,7 +171,7 @@ export const availableIntegrations = [ { value: 'jellyfin', image: 'https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/jellyfin.png', - label: 'Jellyfin', + label: 'Jellyfin (and Emby)', }, { value: 'plex',