X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Flibrary%2FLocalLibrary.java;h=80d216b84c216fd32a5dc8cf26f9e4dc2a28353c;hb=ef98466f666072746af72a45a40274110990f8bd;hp=c99a0fbebefc1a2fef30d6f83d8c0d080303b5ef;hpb=4452446c58411c3f8e13f1fb5c3eecd0e9140d15;p=nikiroo-utils.git diff --git a/src/be/nikiroo/fanfix/library/LocalLibrary.java b/src/be/nikiroo/fanfix/library/LocalLibrary.java index c99a0fb..80d216b 100644 --- a/src/be/nikiroo/fanfix/library/LocalLibrary.java +++ b/src/be/nikiroo/fanfix/library/LocalLibrary.java @@ -98,7 +98,7 @@ public class LocalLibrary extends BasicLibrary { } @Override - protected List getMetas(Progress pg) { + protected synchronized List getMetas(Progress pg) { return new ArrayList(getStories(pg).keySet()); } @@ -214,7 +214,7 @@ public class LocalLibrary extends BasicLibrary { } } - invalidateInfo(); + updateInfo(meta); } @Override