NeonMusicType

public enum NeonMusicType {
    SPOTIFY,
    YOUTUBE,
    CIDER
}

Last updated