Skip to content

Commit

Permalink
remove optional which throws error on local files
Browse files Browse the repository at this point in the history
  • Loading branch information
codingPF committed Nov 5, 2023
1 parent ea6fc41 commit 6bcc151
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/de/mediathekview/mlib/config/ConfigManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ public void readConfig() {
config =
ConfigurationBuilder.newBuilder()
.source()
.fromFileOnClasspath(getConfigFileName())
.optionalSource()
.fromFileOnPath("./" + getConfigFileName())
.build(getConfigClass());
}
Expand Down

0 comments on commit 6bcc151

Please sign in to comment.