Bugzilla – Bug 4464
musicmagic crash using mixerlink
Last modified: 2008-12-18 11:11:39 UTC
Can't locate object method "album" via package "Slim::Schema::Album" at /usr/share/perl5/Slim/Music/TitleFormatter.pm line 54. when clicking a mixerlink from album list. Doesn't crash 7.0, but there is an exception in the log. The problem comes from creating the src_mix param using standardTitle() for non-track objects. One fix is to use the direct acessors($obj->title for album) etc. other fix would require titleFormatter to understand different objects.
Created attachment 1688 [details] possible fix.
targetting for 6.5.1 as I'd like to see this included now that I've been able to test the patch with 6.5.1 and can verify that it accomplishes the desired results.
fixed in trunk at change 10608, and in 6.5.1 at change 10609