platypush/platypush/backend/http/webapp/src/components/panels/MediaMpv/Index.vue

17 lines
220 B
Vue
Raw Normal View History

2021-01-05 00:50:24 +01:00
<template>
<Media plugin-name="media.mpv" />
</template>
<script>
import Media from '@/components/panels/Media/Index'
export default {
name: "MediaMpv",
components: {Media},
}
</script>
<style scoped>
</style>