Add a command to list albums

This commit is contained in:
Marc Plano-Lesay 2024-11-24 01:32:17 +01:00
parent af1af8dce1
commit fb78298166
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
5 changed files with 61 additions and 1 deletions

View file

@ -1,4 +1,5 @@
pub mod delete_assets;
pub mod list_albums;
pub mod list_assets;
pub mod missing_date_of_birth;
pub mod scan_libraries;