Explorar o código

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

Kristian Vos %!s(int64=2) %!d(string=hai) anos
pai
achega
73966601f5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'
 									"