Some fixes: output types, libraries, remote
[fanfix.git] / src / be / nikiroo / fanfix / library / RemoteLibraryServer.java
index 661bf54d61b8100d0b00a964b9016f77945666c8..221fbdfc05b21153f0c6a33ee012657f0b19cd95 100644 (file)
@@ -65,6 +65,10 @@ public class RemoteLibraryServer extends Server {
                        if (args != null) {
                                return Instance.getLibrary().getStory(args, null);
                        }
+               } else if ("GET_COVER".equals(command)) {
+                       if (args != null) {
+                               return Instance.getLibrary().getCover(args);
+                       }
                }
 
                return null;