fix race condition when resizing images - covers could be a duplicate of an existing image
This commit is contained in:
parent
955f5833cc
commit
ed31a6724a
3 changed files with 152 additions and 129 deletions
|
|
@ -18,7 +18,6 @@ pub struct AlbumDir {
|
|||
}
|
||||
|
||||
impl AlbumDir {
|
||||
// TODO: Add iterator over image dirs
|
||||
/// Returns an iterator over all images in the album and subalbums
|
||||
pub fn iter_all_images(&self) -> AlbumImageIter {
|
||||
AlbumImageIter::new(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue