Some cleanup, fixes typos and grammar errors

This commit is contained in:
Deluan
2022-12-06 20:09:03 -05:00
parent c5f7cf97f4
commit f206d81afd
8 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ func (a *artwork) getImagePath(ctx context.Context, id string) (path string, las
return
}
// If it is a mediaFile and it has cover art, return it (if feature is disabled, skip)
// If it is a mediaFile, and it has cover art, return it (if feature is disabled, skip)
if !conf.Server.DevFastAccessCoverArt && mf.HasCoverArt {
return mf.Path, mf.UpdatedAt, nil
}