X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FConfig.java;fp=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FConfig.java;h=e3283acbda3b8ec5b29c02f8b3628d0e143dcc8a;hp=d2d189e57fafb46e4377799c29d1e62c5be8ffa4;hb=e023483b95b36ec0afae4527e6e769ac28bc2fc8;hpb=e6249b0f26fd3a7ec4cf5e49ba9f9939018c43d3 diff --git a/src/be/nikiroo/fanfix/bundles/Config.java b/src/be/nikiroo/fanfix/bundles/Config.java index d2d189e..e3283ac 100644 --- a/src/be/nikiroo/fanfix/bundles/Config.java +++ b/src/be/nikiroo/fanfix/bundles/Config.java @@ -30,6 +30,8 @@ public enum Config { USER_AGENT, // @Meta(description = "absolute path, $HOME variable supported, / is always accepted as dir separator", format = Format.DIRECTORY, info = "The directory where to get the default story covers") DEFAULT_COVERS_DIR, // + @Meta(description = "string", info = "The default library to use (KEY:SERVER:PORT), or empty for the local library") + DEFAULT_LIBRARY, // @Meta(description = "absolute path, $HOME variable supported, / is always accepted as dir separator", format = Format.DIRECTORY, info = "The directory where to store the library") LIBRARY_DIR, // @Meta(description = "boolean", format = Format.BOOLEAN, info = "Show debug information on errors")