GUI: detect remote connection failures
[fanfix.git] / src / be / nikiroo / fanfix / library / CacheLibrary.java
index f665e383cad2f43f6c0b1807d56e5fdb69705b13..62ac9fa77bb4f3f7efd4a463863896961ce7abce 100644 (file)
@@ -45,6 +45,11 @@ public class CacheLibrary extends BasicLibrary {
                return lib.getLibraryName();
        }
 
+       @Override
+       public Status getStatus() {
+               return lib.getStatus();
+       }
+
        @Override
        protected List<MetaData> getMetas(Progress pg) {
                if (pg == null) {