Skip to content

Commit

Permalink
πŸ’©πŸ‘Œ make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Apr 1, 2024
1 parent ac52c9c commit dd878f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/bilibili/bilibili.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ func init() {
channelStart = float64(550)
for i := 0; i < len(danmaku.Data.Data.Records); i++ {
item := danmaku.Data.Data.Records[i]
facePath = cachePath + strconv.Itoa(int(item.Channel.UID)) + "vupFace" + path.Ext(item.Channel.FaceURL)
facePath = cachePath + strconv.Itoa(item.Channel.UID) + "vupFace" + path.Ext(item.Channel.FaceURL)
if path.Ext(item.Channel.FaceURL) != ".webp" {
err = initFacePic(facePath, item.Channel.FaceURL)
if err != nil {
Expand Down

0 comments on commit dd878f7

Please sign in to comment.