Linking to the album page is one option. Or redirect your page in the index to that your album (in the header, with javascript or something).
The easiest way is probably to add something like this code somewhere in the header of your index page:
<script type="text/javascript">
window.location.href='/recentwork';
</script>
Also, you can create a little code that checks if there is only one album or not with getNumAlbums(). If it returns only one, go to that album and if not, show the index.