Codereview fixes.

This commit is contained in:
Dermot Duffy
2022-05-01 22:40:29 -07:00
parent d733498445
commit 14fb1c65eb
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -964,7 +964,6 @@ export class FrigateCard extends LitElement {
extra: thumbnail ? { thumb: thumbnail } : {},
});
} else if (action === 'stop') {
console.info('stopping');
this._hass?.callService('media_player', 'media_stop', {
entity_id: mediaPlayer,
});