mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
fixed indentation and if statement
This commit is contained in:
parent
6651a62ca6
commit
f27ff18cd1
@ -25,15 +25,13 @@ define(["loading", "libraryMenu", "globalize", "cardStyle", "emby-linkbutton", "
|
||||
|
||||
if ("Channel" === category) {
|
||||
category = "Channels";
|
||||
} else {
|
||||
if ("Theme" === category) {
|
||||
} else if ("Theme" === category) {
|
||||
category = "Themes";
|
||||
} else if ("LiveTV" === category) {
|
||||
category = "HeaderLiveTV";
|
||||
} else if ("ScreenSaver" === category) {
|
||||
category = "HeaderScreenSavers";
|
||||
}
|
||||
}
|
||||
|
||||
return globalize.translate(category);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user