mirror of
https://github.com/navidrome/navidrome.git
synced 2026-02-07 21:41:07 -05:00
Compare commits
1 Commits
claude/cre
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
408aa78ed5 |
@@ -49,6 +49,7 @@ func (e extractor) Version() string {
|
||||
func (e extractor) extractMetadata(filePath string) (*metadata.Info, error) {
|
||||
f, close, err := e.openFile(filePath)
|
||||
if err != nil {
|
||||
log.Warn("gotaglib: Error reading metadata from file. Skipping", "filePath", filePath, err)
|
||||
return nil, err
|
||||
}
|
||||
defer close()
|
||||
|
||||
Reference in New Issue
Block a user