Browse Source

refactor(RequestSong): Import playlist from admin/songs

Owen Diffey 2 years ago
parent
commit
cf2a49b895
1 changed files with 1 additions and 1 deletions
  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>