I think the following should work. 

Code change to the Plugin.pm file in Plugins/XMRadio

change the line
'inputTemplate' => 'setup_input_pwd.html',
to the following so that the code in Plugin.pm looks like.
'inputTemplate' => 'setup_input_passwd.html',

Here is what the code fragment should look like.

Code:
--------------------
    
  my %Prefs = (
        plugin_xmradio_email => {
            'PrefSize' => 'medium'
        },
        plugin_xmradio_password => { 
            'inputTemplate' => 'setup_input_passwd.html',
            'changeMsg' => string('SETUP_PLUGIN_XMRADIO_PASSWORD_SET')
        },
  
--------------------


Restart slimserver after the change.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=21435

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to