Backend: Index xmp error messages
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
8ebb6b85ed
commit
b14bddca9d
1 changed files with 2 additions and 0 deletions
|
@ -271,6 +271,8 @@ func (ind *Index) MediaFile(m *MediaFile, o IndexOptions, originalName string) (
|
|||
if details.NoCopyright() && data.Copyright != "" {
|
||||
details.Copyright = data.Copyright
|
||||
}
|
||||
} else {
|
||||
file.FileError = err.Error()
|
||||
}
|
||||
case m.IsRaw(), m.IsHEIF(), m.IsImageOther():
|
||||
if metaData := m.MetaData(); metaData.Error == nil {
|
||||
|
|
Loading…
Reference in a new issue