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

12 lines
193 B
Vue
Raw Normal View History

2020-12-26 15:03:12 +01:00
<template>
<MusicPlugin plugin-name="music.mpd" />
2020-12-26 15:03:12 +01:00
</template>
<script>
import MusicPlugin from "@/components/panels/Music/Common"
2020-12-26 15:03:12 +01:00
export default {
components: {MusicPlugin},
2020-12-26 15:03:12 +01:00
}
</script>