- Replace hasattr() with in because hasattr() does not test for members of a dictionary. - Add logging statement for number of songs that were filtered out because they didn't have album data - Add pytest to develop_reqs
1.2.5
Attempt to resolve issue 12 by first filtering out songs that might have `None` for an album.
1.2.4
Add headers_auth.json to gitignore
1.2.3
Use hasattr to check for attributes; prevents exception and allows songs with missing metadata to be deleted.
1.2.2
Update ytmusicapi to 0.14.0. Catch exception when attempting to delete a playlist that originated in YT Music (aka a "curated" playlist).
1.2.1
Changes: * Catch exception when user does not have any Likes * Update ytmusicapi to 0.12.2. This fixes bugs caused by recent changes made by Google. * Add version option to CLI