Improve temporary cache system
[nikiroo-utils.git] / src / be / nikiroo / fanfix / reader / BasicReader.java
index a261c04b4db36c2bd9a7c366b24b25ff0b09e2eb..eef3aef55762930203e412ce8f776cd13481e9a6 100644 (file)
@@ -215,7 +215,7 @@ public abstract class BasicReader implements Reader {
        public static void openExternal(BasicLibrary lib, String luid)
                        throws IOException {
                MetaData meta = lib.getInfo(luid);
-               File target = lib.getFile(luid);
+               File target = lib.getFile(luid, null);
 
                openExternal(meta, target);
        }