127128129130131132133134135136137138
m3u.init( protocol ); action = m3u; } else if ( command.equals("pls") ) { Plser pls = injector.getInstance( Plser.class ); pls.init( protocol ); action = pls; } else if ( command.equals("stream") ) { action = injector.getInstance( Streamer.class );