Disabled paths in responses for now

DSub was using it for offline browsing. Will re-enable it when browsing by ID3 is working
This commit is contained in:
Deluan 2016-03-22 19:39:20 -04:00
parent db992a9941
commit 9c7494a307

@ -134,7 +134,9 @@ func (c *BaseAPIController) ToChild(entry engine.Entry) responses.Child {
if !entry.Starred.IsZero() {
n.Starred = &entry.Starred
}
n.Path = entry.Path
//TODO Disabled for now, as DSub was using it for offline browsing. Will re-enable it when browsing by ID3 is working
//n.Path = entry.Path
n.PlayCount = entry.PlayCount
n.DiscNumber = entry.DiscNumber
if !entry.Created.IsZero() {