Actually handle all possible errors while attempting to read comicinfo.xml.

This commit is contained in:
2024-12-31 03:50:25 -07:00
parent d2e59a9dbd
commit 1211164b79
2 changed files with 30 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ func main() {
app := cli.NewApp()
app.Name = "go-opds-pse"
app.Usage = "A lightweight OPDS server with PSE support."
app.Version = "1.0.0+dev"
app.Version = "1.0.1+dev"
app.Flags = []cli.Flag{
cmd.StringFlag("manga, m", "manga", "default manga folder"),
}