Update README.md 2
continuous-integration/drone/push Build is passing Details

pull/30/head
Louis LABORIE 2 years ago
parent a93e81a7b4
commit aeaadd335d

@ -58,8 +58,40 @@ class Title {
+ string ToString()
}
enum Genre
{
HIP_HOP
POP
ROCK
ELECTRO
CLASSIQUE
JAZZ
VARIETE_FRANCAISE
VARIETE_INTERNATIONALE
REGGAE
RAP
RNB
DISCO
BLUES
COUNTRY
FUNK
GOSPEL
METAL
K_POP
}
class CustomTitle {
- string path
+ CustomTitle(string name, string imageURL, string information, string path)
+ CustomTitle()
+ boolean Equals(object? obj)
+ int GetHashCode()
+ string ToString()
}
Album --> "+ artist" Artist
Album --> "- titles" Title
Playlist --> "- titles" Title
CustomTitle <|-- Title
@enduml

Loading…
Cancel
Save