From e33bf62c12ad04bf71743744befe23e5ee495e66 Mon Sep 17 00:00:00 2001 From: Rob Emery Date: Sun, 13 Apr 2025 20:26:40 +0100 Subject: [PATCH] This isn't and shouldn't be used --- dlna/contenddirectoryservice.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dlna/contenddirectoryservice.go b/dlna/contenddirectoryservice.go index 8f14aa4dd..c3c7100d4 100644 --- a/dlna/contenddirectoryservice.go +++ b/dlna/contenddirectoryservice.go @@ -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 != "" {