public PimpWebPlaylist(PimpSessionBase session, PimpWebSocket webSocket)
     : base(webSocket)
 {
     this.session = session;
 }
Example #2
0
 public PimpLibrary(PimpSessionBase s)
 {
     session          = s;
     RootEmptyMessage = "Successfully connected to MusicPimp at " + session.Describe + ", however the server-side music library is empty. To use it as a music source, you need to add folders containing MP3s in the Manage section of MusicPimp for your PC. Refresh the library of this app when you're done.";
 }