Parcourir la source

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

Kristian Vos il y a 1 an
Parent
commit
73966601f5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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'
 									"