public AutoCreatePlaylistsOp(PlaylistSortMode sortMode, int maxPerNamePlaylist, bool removeEmptyPlaylists) { SortMode = sortMode; MaxPerNamePlaylist = maxPerNamePlaylist; RemoveEmptyPlaylists = removeEmptyPlaylists; }
public SortPlaylistOp(string playlistID, PlaylistSortMode sortMode, bool reverse) { PlaylistID = playlistID; SortMode = sortMode; Reverse = reverse; }