Testing video media type

This commit is contained in:
advplyr 2022-05-30 19:26:53 -05:00
parent 705aac40d7
commit acf22ca4fa
27 changed files with 1124 additions and 92 deletions

View file

@ -62,6 +62,10 @@ export default {
{
value: 'podcast',
text: 'Podcasts'
},
{
value: 'video',
text: 'Videos'
}
]
}