Skip to content

Commit

Permalink
Fix 'Can't find variable: chrome'
Browse files Browse the repository at this point in the history
  • Loading branch information
curtgrimes committed Jun 3, 2021
1 parent cec14a8 commit 1735ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/CastButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default {
},
methods: {
initializeCastApi: function() {
if (!chrome.cast) {
if (!chrome?.cast) {
// Could not initialize
return;
}
Expand Down

0 comments on commit 1735ba9

Please sign in to comment.