diff --git a/src/components/chromecast/chromecastplayer.js b/src/components/chromecast/chromecastplayer.js index 5a9945539..8edca9010 100644 --- a/src/components/chromecast/chromecastplayer.js +++ b/src/components/chromecast/chromecastplayer.js @@ -58,7 +58,7 @@ define(['appSettings', 'userSettings', 'playbackManager', 'connectionManager', ' var applicationNightly = '6F511C87'; var applicationID = applicationStable; - if (userSettings.chromecastVersion === 'nightly') { + if (userSettings.chromecastVersion() === 'nightly') { applicationID = applicationNightly; }