1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

reverted the change in list.js

This commit is contained in:
Sarab Singh 2020-04-28 21:34:41 +05:30
parent 1be2cae92c
commit cc34d77549

View file

@ -610,7 +610,7 @@ define(["globalize", "listView", "layoutManager", "userSettings", "focusManager"
}
if (item) {
return globalize.translate(item.Name);
return item.Name;
}
if ("Movie" === params.type) {