I have tried to change the title of a movie in its metadata, and the change is not taken.
I am able to write in the title field but, when I click on the Save button, nothing happens.
There are no error messages, and the title remains unchanged.
This is an imported movie called "Three Wisest Men" and I want to add "[Extended Cut]" in the name.
I just did it and this is what was reported in the java console:
globals.jsx:163 Uncaught (in promise) TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Array'
| index 0 -> object with constructor 'Object'
| property 'File' -> object with constructor 'Object'
--- property 'Extras' closes the circle
at JSON.stringify (<anonymous>)
at globals.jsx:163:19
at y (MovieEditModal.jsx:98:11)
at g (MovieEditModal.jsx:73:7)
at Object.T82 (react-dom.production.min.js:52:317)
at S82 (react-dom.production.min.js:52:471)
at H82 (react-dom.production.min.js:53:35)
at tn1 (react-dom.production.min.js:100:68)
at Ni1 (react-dom.production.min.js:101:380)
at react-dom.production.min.js:113:65
(anonymous) @ globals.jsx:163
y @ MovieEditModal.jsx:98
g @ MovieEditModal.jsx:73
The error mentions the Extras property and there is something broken on the movie details for the extras:

