fixed player behavior after final queue track completes, added click to play from queue window
This commit is contained in:
@@ -191,7 +191,10 @@ func (l *Library) generateMissingThumbnails() error {
|
||||
|
||||
imgData, err := os.ReadFile(filepath.Join(coverDir, name))
|
||||
if err != nil {
|
||||
l.logger.Warn("could not read cover art for thumbnail generation", "file", name, "err", err)
|
||||
l.logger.Warn(
|
||||
"could not read cover art for thumbnail generation",
|
||||
"file", name, "err", err,
|
||||
)
|
||||
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user