Don't render thumbnail carousel if there are no thumbnails.

This commit is contained in:
Dermot Duffy
2021-11-26 16:28:36 -08:00
parent b7c6f48214
commit 065d297386
5 changed files with 50 additions and 82 deletions
-2
View File
@@ -67,8 +67,6 @@ export class BrowseMediaUtil {
return index >= 0 ? index : null;
}
//
/**
* Browse Frigate media with a media content id. May throw.
* @param hass The HomeAssistant object.