jellyfin / jellyfin-web

Web Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
2.28k stars 1.21k forks source link

[Issue]: Menu Links not working #3752

Closed LeviSnoot closed 2 years ago

LeviSnoot commented 2 years ago

Please describe your bug

I've tried multiple times to add a menu link to my instance with no luck.

Here is what my config.json looks like now:

{
  "includeCorsCredentials": false,
  "multiserver": false,
  "themes": [
    {
      "name": "Apple TV",
      "id": "appletv",
      "color": "#bcbcbc"
    }, {
      "name": "Blue Radiance",
      "id": "blueradiance",
      "color": "#011432"
    }, {
      "name": "Dark",
      "id": "dark",
      "color": "#202020",
      "default": true
    }, {
      "name": "Light",
      "id": "light",
      "color": "#303030"
    }, {
      "name": "Purple Haze",
      "id": "purplehaze",
      "color": "#000420"
    }, {
      "name": "WMC",
      "id": "wmc",
      "color": "#0c2450"
    }
  ],
  "menuLinks": [
        {
        "name": "Custom Link w. Custom Icon",
        "icon": "attach_money",
        "url": "https://demo.jellyfin.org/stable"
        }
      ],
  "servers": [],
  "plugins": [
    "playAccessValidation/plugin",
    "experimentalWarnings/plugin",
    "htmlAudioPlayer/plugin",
    "htmlVideoPlayer/plugin",
    "photoPlayer/plugin",
    "comicsPlayer/plugin",
    "bookPlayer/plugin",
    "youtubePlayer/plugin",
    "backdropScreensaver/plugin",
    "pdfPlayer/plugin",
    "logoScreensaver/plugin",
    "sessionPlayer/plugin",
    "chromecastPlayer/plugin"
  ]
}

Jellyfin Version

Other

if other:

10.8.1

Environment

- OS: Windows 11
- Clients: Web
- Browser: Firefox
- Reverse Proxy: Caddy

Jellyfin logs

No response

FFmpeg logs

No response

Please attach any browser or client logs here

How safe is it to dump the browser log here? Any particular information I should omit?

Please attach any screenshots here

image

Code of Conduct

MateuszKukiela commented 1 year ago

This bug still persists. EDIT: Clearing cache solves the issue.