Working upload of photos (individual and zip)
[photos] / src / main / java / org / wamblee / photos / model / filesystem / FileSystemAlbum.java
index c08288b7e028090799124c84e5c9e3ddcb2c51c1..fcf4695311ae4e1ea4a03e0f6a0abe37ea31e530 100644 (file)
@@ -129,7 +129,7 @@ public class FileSystemAlbum implements Album {
         }
         _dir = aDir;
         _path = aPath;
-        _entries = new CachedObject<String, ArrayList<PhotoEntry>>(aCache, aPath, new AlbumComputation(this));
+        _entries = new CachedObject<String, ArrayList<PhotoEntry>>(aCache, "fs:" + aPath, new AlbumComputation(this));
     }
 
     /**