소스 검색

refactor: don't enable SoundCloud iframe if SoundCloud isn't enabled

Kristian Vos 2 년 전
부모
커밋
73966601f5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/src/pages/Station/index.vue

+ 1 - 0
frontend/src/pages/Station/index.vue

@@ -2204,6 +2204,7 @@ onBeforeUnmount(() => {
 									/>
 								</div>
 								<iframe
+									v-if="experimental.soundcloud"
 									v-show="
 										currentSongMediaType === 'soundcloud'
 									"