@@ -67,6 +67,6 @@ type Album struct {
FetchDate time.Time
}
func (a *Album) IDString() string {
return strconv.FormatUint(uint64(a.ID), 10)
func AlbumIDString(ID AlbumID) string {
return strconv.FormatUint(uint64(ID), 10)
The note is not visible to the blocked user.