change config names
[fanfix.git] / src / be / nikiroo / fanfix / output / Html.java
index 756eb8d328907e3d02eb19cede3c57dd51082ce4..ca802a50b60770c73d1ceef3388037a2222c1482 100644 (file)
@@ -92,7 +92,7 @@ class Html extends BasicOutput {
                }
 
                String format = Instance.getConfig()
-                               .getString(Config.IMAGE_FORMAT_COVER).toLowerCase();
+                               .getString(Config.FILE_FORMAT_IMAGE_FORMAT_COVER).toLowerCase();
 
                InputStream inStyle = getClass().getResourceAsStream("html.style.css");
                if (inStyle == null) {