fix for unknown types in collection view

This commit is contained in:
booploops 2021-12-21 18:12:35 -08:00
parent 91664d2d91
commit 4042be4eaf
2 changed files with 17 additions and 3 deletions

View file

@ -74,6 +74,7 @@
return ["mediaitem-brick"]
break;
case "music-videos":
case "uploadedVideo":
case "uploaded-videos":
return "mediaitem-video";
break;