Quoting rbl <[EMAIL PROTECTED]>:


Using d__plugins I get the following displayed every minute (presumably
this is the plugin looking for new emails)

2006-12-11 22:56:12.1014 Warning:
Slim::Music::Info::getCurrentDataStore() is deprecated. Please use
Slim::Schema directly.

actually, that would be the attempt to play the audio notification. Oddly, you should see a log message just before that if d_plugins is checked.

to fix this warning, change the line:
my $ds    = Slim::Music::Info::getCurrentDataStore();

to
my $ds    = 'Slim::Schema';

you can do that with any text editor and save the file.

-kdf
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to