Просмотр исходного кода

refactor(RequestSong): Import playlist from admin/songs

Owen Diffey 2 лет назад
Родитель
Сommit
cf2a49b895
1 измененных файлов с 1 добавлено и 1 удалено
  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>