mirror of
https://github.com/navidrome/navidrome.git
synced 2025-05-07 05:41:07 +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
|
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.
|
// Returns the ObjectID for the object. This is used in various ContentDirectory actions.
|
||||||
func (o object) ID() string {
|
func (o object) ID() string {
|
||||||
if o.Id != "" {
|
if o.Id != "" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user