Files
automatisch/packages/docs/pages/apps/spotify/actions.md
2023-03-19 23:48:45 +03:00

13 lines
228 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 />