Using Entries instead of []Entry

This commit is contained in:
Deluan
2016-03-14 11:42:33 -04:00
parent 393d6fb2dc
commit 0ee070b38c
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"github.com/deluan/gosonic/domain"
)
type Results []Entry
type Results Entries
type Search interface {
ClearAll() error