Add a libraries list command

This commit is contained in:
Marc Plano-Lesay 2024-12-03 19:30:08 +11:00
parent 776c9b005f
commit 331f24e9af
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
6 changed files with 66 additions and 0 deletions

View file

@ -3,6 +3,7 @@ pub mod delete_albums;
pub mod delete_assets;
pub mod list_albums;
pub mod list_assets;
pub mod list_libraries;
pub mod missing_date_of_birth;
pub mod scan_libraries;
pub mod server_features;