NetMD.Disc.Group (NetMD v0.1.0)

Copy Markdown View Source

A track group; title: nil marks the ungrouped tracks entry.

Summary

Types

t()

A group of tracks.

Types

t()

@type t() :: %NetMD.Disc.Group{
  full_width_title: String.t() | nil,
  index: non_neg_integer(),
  title: String.t() | nil,
  tracks: [NetMD.Disc.Track.t()]
}

A group of tracks.