Remove unused unimplemented error due to lint

A quick check shows that this is not used anywhere else in the codebase.

        $ ag unimplemented
        backend/player/dlna/dlnaplayer.go
        34:var unimplemented = errors.New("unimplemented")
This commit is contained in:
Simon Symeonidis
2025-05-17 21:56:15 -04:00
parent d75dfb08ee
commit 5d9fea19d4
-2
View File
@@ -31,8 +31,6 @@ const (
paused = 2
)
var unimplemented = errors.New("unimplemented")
type proxyMapEntry struct {
key string
url string