Using Entries instead of []Entry
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/deluan/gosonic/domain"
|
||||
)
|
||||
|
||||
type Results []Entry
|
||||
type Results Entries
|
||||
|
||||
type Search interface {
|
||||
ClearAll() error
|
||||
|
||||
Reference in New Issue
Block a user