From cc34d77549ed3c79eed899af74aa1d158009d521 Mon Sep 17 00:00:00 2001 From: Sarab Singh Date: Tue, 28 Apr 2020 21:34:41 +0530 Subject: [PATCH] reverted the change in list.js --- src/controllers/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/list.js b/src/controllers/list.js index 901f7d01a8..bcc38f27cf 100644 --- a/src/controllers/list.js +++ b/src/controllers/list.js @@ -610,7 +610,7 @@ define(["globalize", "listView", "layoutManager", "userSettings", "focusManager" } if (item) { - return globalize.translate(item.Name); + return item.Name; } if ("Movie" === params.type) {