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"; } }