2024-10-07, 11:34 AM
(2024-10-06, 08:31 PM)TheDreadPirate Wrote: https://jellyfin.org/docs/general/client...menu-links
Code:
"menuLinks": [
{
"name": "Custom Link",
"url": "https://jellyfin.org"
},
{
"name": "Custom Link w. Custom Icon",
"icon": "attach_money",
"url": "https://demo.jellyfin.org/stable"
}
]
Ah, ok. So is that 2 name and URL's for one link or why's there 2 entries here?