Bug fixes regarding cache miss/hit
[fanfix.git] / src / be / nikiroo / fanfix / supported / BasicSupport.java
index f16cdc7b6453ac00753bb479850ab7eb2edcafc5..0c127aa21a17d59631f6d3200e31ea08a582f077 100644 (file)
@@ -466,7 +466,7 @@ public abstract class BasicSupport {
                                        if (chap.getValue() != null) {
                                                setCurrentReferer(chap.getValue());
                                                chapIn = Instance.getCache().open(chap.getValue(),
-                                                               this, true);
+                                                               this, false);
                                        }
                                        pgChaps.setProgress(i * 100);
                                        try {