View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0013861 | MMW 5 | Tagging / organizing (properties / auto-tools) | public | 2017-01-02 15:12 | 2020-11-09 18:37 | 
| Reporter | Ludek | Assigned To | |||
| Priority | immediate | Severity | minor | Reproducibility | always | 
| Status | closed | Resolution | fixed | ||
| Summary | 0013861: Crash after Auto-Tag from Web | ||||
| Description | There is a crash after using Auto-tag from a web on an album. I see the crash too. Must be a recent regression related to 0013678.  | ||||
| Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?f=30&t=86752 Log ID 4118D8C3  | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 2058 | ||||
| 
		 | 
	
	It was caused by Petr by adding this line: uitools.editCoverProperties(origTrack, cover, true); to dlgAutoTagFromWeb.js in course of 0013678 I commented the line and see several issues before adding it back: 1) This way the add artwork dialog would be shown for _each_ track. It should be shown only once for whole the album (as in MM4) 2) There is a leak in the uitools.editCoverProperties because of usage of track.keepCoverList = true. It should be replaced by keeping the reference to the track.coverList and null the reference in the resolver of editCoverProperties .  | 
| 
		 | 
	Resolved and tracked in the original issue: 0013678:0046822 | 
| 
		 | 
	Verified 2058 |