File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
core/src/main/java/xyz/gianlu/librespot Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 33target /
44* iml
55config.toml
6- /cache /
6+ /cache /
7+ .settings /
8+ .project
9+ .DS_Store
10+ bin /
11+ .classpath
12+ .vscode /
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public FileConfiguration(@Nullable String[] override) throws IOException {
4343 if (override != null ) {
4444 for (String arg : override ) {
4545 if (arg != null && arg .startsWith ("--conf-file=" ))
46- confFile = new File (arg .substring (13 ));
46+ confFile = new File (arg .substring (12 ));
4747 }
4848 }
4949
Original file line number Diff line number Diff line change 66 * @author Gianlu
77 */
88public class Version {
9- public static final String VERSION = "0.5 .1" ;
9+ public static final String VERSION = "0.6 .1" ;
1010
1111 @ NotNull
1212 public static String versionString () {
You can’t perform that action at this time.
0 commit comments