mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 15:20:33 +03:00
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:
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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user