Metadata link broken 10.3.0-rc2 #587

Closed
opened 2026-02-06 19:51:50 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @grafixeyehero on GitHub (Apr 12, 2019).

Describe the bug

To Reproduce

  1. Go to 'Home Menu'
  2. Click on 'Metadata'

System (please complete the following information):

  • OS: [Windows]
  • Browser: [Firefox, Chrome]
  • Jellyfin Version: [10.3.0-rc2]
Originally created by @grafixeyehero on GitHub (Apr 12, 2019). **Describe the bug** <!-- Metadata link broken 10.3.0-rc2 --> **To Reproduce** <!-- Steps to reproduce the behavior: --> 1. Go to 'Home Menu' 2. Click on 'Metadata' **System (please complete the following information):** - OS: [Windows] - Browser: [Firefox, Chrome] - Jellyfin Version: [10.3.0-rc2]
OVERLORD added the bug label 2026-02-06 19:51:50 +03:00
Author
Owner

@cesalo commented on GitHub (Apr 13, 2019):

I just tested this and is correct, Metadata link doesn't do anything (I'm in Centos).

@cesalo commented on GitHub (Apr 13, 2019): I just tested this and is correct, Metadata link doesn't do anything (I'm in Centos).
Author
Owner

@joshuaboniface commented on GitHub (Apr 16, 2019):

Looks like there's a bad path:

Error: Load failed: scripts/edititemmetadata: http://jellyfin/web/scripts/edititemmetadata.js?v=10.3.0

Looks like a case where the script was moved (to web/controllers/edititemmetadata.js) but the reference not updated. Should be an easy fix - PR incoming.

@joshuaboniface commented on GitHub (Apr 16, 2019): Looks like there's a bad path: ``` Error: Load failed: scripts/edititemmetadata: http://jellyfin/web/scripts/edititemmetadata.js?v=10.3.0 ``` Looks like a case where the script was moved (to `web/controllers/edititemmetadata.js`) but the reference not updated. Should be an easy fix - PR incoming.
Author
Owner

@joshuaboniface commented on GitHub (Apr 20, 2019):

Should be fixed in 10.3.0 release.

@joshuaboniface commented on GitHub (Apr 20, 2019): Should be fixed in 10.3.0 release.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#587