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

last review comments

This commit is contained in:
cvium 2019-01-14 22:52:33 +01:00
parent 0d6c45173b
commit 790cb3f32c
2 changed files with 5 additions and 10 deletions

View file

@ -21,8 +21,8 @@ define(["loading", "libraryMenu", "globalize", "cardStyle", "emby-linkbutton", "
}
function getHeaderText(category) {
category.replace(" ", "").replace(" ", "");
category = category.replace(" ", "");
if ("Channel" === category) {
category = "Channels";
} else if ("Theme" === category) {