From ff3e3ce841f0676713242d0c8e3a977ef65530d8 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Thu, 26 May 2022 05:49:33 +0500 Subject: [PATCH] feat: conditional media server name to add emby to tvdetails --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index 83a0c63c..f0a623d4 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,6 @@ module.exports = { env: { commitTag: process.env.COMMIT_TAG || 'local', - JELLYFIN_TYPE: 'emby', }, images: { domains: ['image.tmdb.org'],