mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Fix wrongly removed replace
This commit is contained in:
parent
eb8ae3ea70
commit
eba46a9576
@ -16,7 +16,7 @@ define(["loading", "libraryMenu", "globalize", "cardStyle", "emby-button", "emby
|
||||
}
|
||||
|
||||
function getHeaderText(category) {
|
||||
category = category(" ", "");
|
||||
category = category.replace(" ", "");
|
||||
if ("Channel" === category) {
|
||||
category = "Channels";
|
||||
} else if ("Theme" === category) {
|
||||
|
Loading…
Reference in New Issue
Block a user