Add Artist (discography) size, and show sizes in Download caption

This commit is contained in:
Deluan
2020-10-12 21:21:28 -04:00
parent 1ffc8d619e
commit 68a9be5e86
7 changed files with 70 additions and 16 deletions
+1
View File
@@ -10,6 +10,7 @@ type Artist struct {
FullText string `json:"fullText"`
SortArtistName string `json:"sortArtistName"`
OrderArtistName string `json:"orderArtistName"`
Size int64 `json:"size"`
}
type Artists []Artist