pub async fn enumerate_local_for_entry(
ctx: Arc<AppContext>,
entry_path: String,
) -> Vec<LocalAsset>Expand description
Enumerate only the watch entries matching entry_path. Used by the
album-scoped Local/Unified views so a linked album’s view stays bounded
to its own folder instead of spilling assets from sibling albums.