mirror of
https://github.com/navidrome/navidrome.git
synced 2025-05-05 21:01:08 +03:00
This isn't and shouldn't be used
This commit is contained in:
parent
405096fa82
commit
e33bf62c12
@ -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