Add a album auto-create command
This commit is contained in:
parent
998bfce68f
commit
0ac02c34c6
14 changed files with 323 additions and 2 deletions
|
@ -24,6 +24,7 @@ pub async fn list_assets(ctx: Context, offline: bool) -> Result<()> {
|
|||
let query = AssetQuery {
|
||||
is_offline: if offline { Some(true) } else { None },
|
||||
with_exif: true,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
let mut assets: Vec<_> = fetch_all_assets(query, &ctx.client)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue