fix for unknown types in collection view
This commit is contained in:
parent
91664d2d91
commit
4042be4eaf
2 changed files with 17 additions and 3 deletions
|
@ -74,6 +74,7 @@
|
|||
return ["mediaitem-brick"]
|
||||
break;
|
||||
case "music-videos":
|
||||
case "uploadedVideo":
|
||||
case "uploaded-videos":
|
||||
return "mediaitem-video";
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue