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

delete albums tries to delete all albums, because of share option in get album method #1

Open
ronbruins opened this issue Nov 7, 2024 · 0 comments

Comments

@ronbruins
Copy link
Owner

def delete_albums():
    # bug: delete albums tries to delete all albums, because of share option in get album method, needs to be checked
    album_ids,album_list = rbimmich.get_albums()
    #print(album_ids,album_list)
    for album_id in album_ids:
        print(f"deleting {album_id}")
        rbimmich.delete_album(album_id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant