mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
Format
This commit is contained in:
parent
7d94f2bf42
commit
bb0cd6df9e
@ -358,7 +358,7 @@ func (cds *contentDirectoryService) doFiles(ret []interface{}, oPath string, hos
|
||||
Path: path.Join(oPath, file.Name()),
|
||||
Id: path.Join(oPath, file.Name()),
|
||||
}
|
||||
fileInfo,_ := file.Info()
|
||||
fileInfo, _ := file.Info()
|
||||
ret = append(ret, cds.cdsObjectToUpnpavObject(child, file.IsDir(), host, fileInfo.Size()))
|
||||
}
|
||||
return ret, nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user