implemented getStarred (just for albums, for now)
This commit is contained in:
@@ -26,6 +26,8 @@ type Entry struct {
|
||||
ContentType string
|
||||
}
|
||||
|
||||
type Entries []Entry
|
||||
|
||||
var (
|
||||
ErrDataNotFound = errors.New("Data Not Found")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user