View Source ExshomePlayer.Events.TrackEvent (Exshome - Elixir Smart Home v0.1.7)

Fires when something happens to track.

Link to this section Summary

Link to this section Types

@type t() :: %ExshomePlayer.Events.TrackEvent{
  action: :created | :deleted | :updated,
  track: ExshomePlayer.Schemas.Track.t()
}