mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
This isn't and shouldn't be used
This commit is contained in:
parent
ede4acf914
commit
34ccd8cf20
@ -476,11 +476,6 @@ type object struct {
|
||||
Id string
|
||||
}
|
||||
|
||||
// Returns the actual local filesystem path for the object.
|
||||
func (o *object) FilePath() string {
|
||||
return filepath.FromSlash(o.Path)
|
||||
}
|
||||
|
||||
// Returns the ObjectID for the object. This is used in various ContentDirectory actions.
|
||||
func (o object) ID() string {
|
||||
if o.Id != "" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user