hide some information for visible but unreleased releases
Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
parent
10f19d46db
commit
7914fba52a
6 changed files with 56 additions and 55 deletions
|
@ -24,10 +24,11 @@ type (
|
|||
)
|
||||
|
||||
const (
|
||||
Single ReleaseType = "Single"
|
||||
Album ReleaseType = "Album"
|
||||
Single ReleaseType = "single"
|
||||
Album ReleaseType = "album"
|
||||
EP ReleaseType = "EP"
|
||||
Compilation ReleaseType = "Compilation"
|
||||
Compilation ReleaseType = "compilation"
|
||||
Upcoming ReleaseType = "upcoming"
|
||||
)
|
||||
|
||||
// GETTERS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue