Преглед изворни кода

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