Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated albumId check #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 1, 2014

  1. Updated albumId check

    Added typeof check on pg.albumId !== 'undefined'
    
    I was attempting to list all the albums on my Picasa account. But, since pg.albumId was coming through as "undefined" it was passing the !==null check and attempting to run pg.loadSingleAlbum instead of pg.loadAlbumData().
    
    Fixed.
    
    Thanks Mang!
    Mike-Loffland committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    38a5d8f View commit details
    Browse the repository at this point in the history