CFenner/MMM-Sonos

Default "Track:" label not changing when preTrackText added with alternate content

jabellas opened this issue · 1 comments

All other pre entries seem to work except track.

config.sys

/*************** AUTO GENERATED BY REMOTE CONTROL MODULE ***************/

var config = 
{
                ...
		{
			module: "MMM-Sonos",
			position: "bottom_left",
			header: "Now Playing",
			config: {
				preRoomText: "",
				preArtistText: "",
				preTypeText: "",
				preTrackText: "",
				showStoppedRoom: "",
				exclude: [
					
				],
				showRoomName: false
			}
		},
	],
	paths: {
		modules: "modules",
		vendor: "vendor"
	}
}

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== 'undefined') {module.exports = config;}

screen shot 2018-03-07 at 11 27 05

There are no such config settings in the module.