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:
parent
1be2cae92c
commit
cc34d77549
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ define(["globalize", "listView", "layoutManager", "userSettings", "focusManager"
|
|||
}
|
||||
|
||||
if (item) {
|
||||
return globalize.translate(item.Name);
|
||||
return item.Name;
|
||||
}
|
||||
|
||||
if ("Movie" === params.type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue