Skip to content

Commit

Permalink
Merge pull request #139 from player-ui/fix/reference-assets-xlrs
Browse files Browse the repository at this point in the history
Export InfoAsset as XLR View
  • Loading branch information
KetanReddy authored Oct 17, 2023
2 parents b4c2731 + a9b49e1 commit 45293cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/reference-assets/react/src/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export class ReferenceAssetsPlugin
implements
ReactPlayerPlugin,
ExtendedPlayerPlugin<
[InputAsset, TextAsset, ActionAsset, InfoAsset, CollectionAsset]
[InputAsset, TextAsset, ActionAsset, CollectionAsset],
[InfoAsset]
>
{
name = 'reference-assets-web-plugin';
Expand Down

0 comments on commit 45293cd

Please sign in to comment.