mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-06 03:42:34 +01:00
The server reference config file was only able to be read while in dev mode. Using the build jar, the content of the file was empty, since in the build jar resources aren't actual files anymore, instead they are streams. This caused the user config content to be replaced with an empty string.