Files
automatisch/packages/docs/pages/apps/spotify/actions.md
2023-06-26 12:05:42 +02:00

13 lines
229 B
Markdown

---
favicon: /favicons/spotify.svg
items:
- name: Create playlist
desc: Create a playlist on user's account.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />