Rename surround-thumbnails to just surround.

This commit is contained in:
Dermot Duffy
2022-09-22 17:44:43 -07:00
parent ca831a7184
commit eb88c6e0e0
10 changed files with 302 additions and 302 deletions
+3 -3
View File
@@ -51,7 +51,7 @@ import {
import './next-prev-control.js';
import './title-control.js';
import '../patches/ha-hls-player';
import './surround-thumbnails';
import './surround.js';
import { EmblaCarouselPlugins } from './carousel.js';
import { renderTask } from '../utils/task.js';
import { updateElementStyleFromMediaLayoutConfig } from '../utils/media-layout.js';
@@ -134,7 +134,7 @@ export class FrigateCardViewer extends LitElement {
return renderProgressIndicator();
}
return html` <frigate-card-surround-thumbnails
return html` <frigate-card-surround
.hass=${this.hass}
.view=${this.view}
.thumbnailConfig=${this.viewerConfig.controls.thumbnails}
@@ -150,7 +150,7 @@ export class FrigateCardViewer extends LitElement {
.resolvedMediaCache=${this.resolvedMediaCache}
>
</frigate-card-viewer-carousel>
</frigate-card-surround-thumbnails>`;
</frigate-card-surround>`;
}
/**