fix library caching issues and change get-by-source, by-author.. into result-list
[fanfix.git] / src / be / nikiroo / fanfix / library / RemoteLibrary.java
index c2774f936e8966cb7358c30e446bd86f4242b027..65be7b1759e4893b2412f2c74cc00c0b3a95a2a7 100644 (file)
@@ -459,7 +459,7 @@ public class RemoteLibrary extends BasicLibrary {
        }
 
        @Override
-       protected List<MetaData> getMetas(Progress pg) throws IOException {
+       protected synchronized List<MetaData> getMetas(Progress pg) throws IOException {
                return getMetasList("*", pg);
        }