public MessagePlayMusicSql(string where, int limit, bool shuffle, bool autoplay, bool append)
 {
     PlayListSQL = new PlaylistSQL(where, limit);
     AutoPlay    = autoplay;
     Shuffle     = shuffle;
     if (append)
     {
         playlistAction = "append";
     }
 }
Example #2
0
 public MessagePlayMusicSql(string where, int limit, bool shuffle, bool autoplay, bool append)
 {
     PlayListSQL = new PlaylistSQL(where, limit);
     AutoPlay = autoplay;
     Shuffle = shuffle;
     if (append)
     {
         playlistAction = "append";
     }
 }