Jelajahi Sumber

refactor(RequestSong): Import playlist from admin/songs

Owen Diffey 2 tahun lalu
induk
melakukan
cf2a49b895
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      frontend/src/components/modals/RequestSong.vue

+ 1 - 1
frontend/src/components/modals/RequestSong.vue

@@ -82,7 +82,7 @@
 
 				<!-- Import a playlist from youtube -->
 
-				<div v-if="station.type === 'official'">
+				<div v-if="station.type !== 'community'">
 					<hr class="section-horizontal-rule" />
 
 					<h4 class="section-title">Import a playlist</h4>