implemented getStarred (just for albums, for now)

This commit is contained in:
Deluan
2016-03-14 11:35:48 -04:00
parent 14934dccf7
commit e36a4201db
9 changed files with 95 additions and 13 deletions
+2
View File
@@ -26,6 +26,8 @@ type Entry struct {
ContentType string
}
type Entries []Entry
var (
ErrDataNotFound = errors.New("Data Not Found")
)