constseries=req.params.id.match(/^\d+$/)?awaitAnime.findOne({numericalId:req.params.id.toLowerCase()}):awaitAnime.findOne({id:req.params.id.toLowerCase()});//TODO make sure all ID calls are lowercased
};//TODO check that series can be submitted but not completed. consider making this not allowed, or figure out what to do about the fact that editing all the fields is a complete pain