New option: default library (for remote by default)
[fanfix.git] / src / be / nikiroo / fanfix / bundles / Config.java
index d2d189e57fafb46e4377799c29d1e62c5be8ffa4..e3283acbda3b8ec5b29c02f8b3628d0e143dcc8a 100644 (file)
@@ -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")