Clean up thumbnail schema handling.

This commit is contained in:
Dermot Duffy
2023-01-24 19:36:54 -08:00
parent 401e7c5255
commit 65aa9716fc
2 changed files with 17 additions and 56 deletions
-1
View File
@@ -1,5 +1,4 @@
// Easy:
// - TODO: Refactor thumbnailsControlSchema to all use the shortform for other thumbnail users beyond live.
// - 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?