121122123124125126127128129130131132
xspf.init( protocol ); action = xspf; } else if ( command.equals("m3u") ) { M3uer m3u = injector.getInstance( M3uer.class ); m3u.init( protocol ); action = m3u; } else if ( command.equals("pls") ) { Plser pls = injector.getInstance( Plser.class );