StationMode
What kind of programming the station is running, which decides the rules it runs under
type StationMode = 'rotation' | 'setlist' | 'feature';
What kind of programming the station is running, which decides the rules it runs under
type StationMode = 'rotation' | 'setlist' | 'feature';