mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Changed code to camel case
This commit is contained in:
parent
8655de4469
commit
d8cfe064e6
4 changed files with 7 additions and 7 deletions
|
@ -352,7 +352,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
|||
});
|
||||
links.push({
|
||||
name: globalize.translate("QuickConnect"),
|
||||
href: "quickconnect.html",
|
||||
href: "quickConnect.html",
|
||||
pageIds: ["quickConnectPage", "quickConnectPage"],
|
||||
icon: "tap_and_play"
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue