Support 'all' as media type for live thumbnails.

This commit is contained in:
Dermot Duffy
2023-01-24 19:36:54 -08:00
parent 65aa9716fc
commit 0f5f5b7ddf
4 changed files with 4 additions and 7 deletions
-1
View File
@@ -1,5 +1,4 @@
// Easy:
// - TODO: Should be able to set live media to 'all' and have it work.
// - TODO: Are there elements of ViewMedia (e.g. getEventCount) that should be moved into subclasses (e.g. a recording subclass).
// - TODO: In MediaQueriesBase, do we need to generic? Just have T be a MediaQuery?
// - TODO: In the viewer @click handlers should I use this.selected instead of calling carouselScrollPrevious()