瀏覽代碼

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'
 									"