Skip to content

Commit

Permalink
fix crash bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fireinrain committed Apr 25, 2024
1 parent 5efb055 commit 594c3b2
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file added asmr.db
Binary file not shown.
Binary file removed bin/asmr-download.exe
Binary file not shown.
Binary file not shown.
Binary file added bin/asmr-downloader-linux-amd64
Binary file not shown.
Binary file added bin/asmr-downloader.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ func StoreTodb(data model.PageResult) {
if err != nil {
log.AsmrLog.Fatal("开启事务失败: ", zap.String("fatal", err.Error()))
}
rjid := fmt.Sprintf("%d", row.SourceID)
rjid := fmt.Sprintf("%s", row.SourceID)
title := strings.TrimSpace(row.Title)
subtitleFlag := row.HasSubtitle

Expand Down

0 comments on commit 594c3b2

Please sign in to comment.