View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020284 | MMW 5 | Main Panel | public | 2023-10-06 14:57 | 2023-10-06 23:45 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.1 | ||||
Target Version | 5.1 | ||||
Summary | 0020284: 'Edit tags' menu throws error [Regression 2817] | ||||
Description | With build 2817 select some tracks > right click > Edit tags > move cursor to an item => crash A14A47AF Uncaught Error: “ Cannot read properties of indefined (reading “title”)” | ||||
Additional Information | [Ticket # 6352] | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
This error occurs because of the "Copy and Swap Fields" addon ( https://www.mediamonkey.com/addons/browse/item/copy-and-swap-fields/ ), the reason is that 'author' column no longer exists (as it is duplicate of 'composer' field) and was removed in course of 0020250 So the 'author' column needs to be removed from the addon also: var supportedFields = ['title', 'album', 'albumArtist', 'author', 'artist', 'actors', 'conductor', 'composer', 'director']; => var supportedFields = ['title', 'album', 'albumArtist', 'artist', 'actors', 'conductor', 'composer', 'director']; |
|
New version of the "Copy and Swap Fields" addon attached. Assigned to Jordan to publish it.. |
|
Version 1.1.3 now published |