mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
apply suggestion change
This commit is contained in:
parent
3f52ec10a0
commit
34474aea01
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ define(["loading", "dom", "libraryMenu", "globalize", "scripts/imagehelper", "hu
|
||||||
menuItems.push({
|
menuItems.push({
|
||||||
name: globalize.translate("Edit"),
|
name: globalize.translate("Edit"),
|
||||||
id: "open",
|
id: "open",
|
||||||
icon: "mode-edit"
|
icon: "mode_edit"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue