using System.Linq; namespace Sony.Filtr.Playlists.Spotify.Model.History { public enum TracklistHistorySaveMode { Automatic = 0, Enabled = 1, Disabled = 2, } }