frappe.listview_settings['Class Schedule'] = {
onload: function(listview) {
if (!frappe.route_options){ //remove this condition if not required
frappe.route_options = {
"session_type": ["=", "Individual"]
};
}
}
};
Check if this works?