mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Player doesn't unload
This commit is contained in:
parent
503bf195be
commit
1f568243bd
1 changed files with 3 additions and 6 deletions
|
@ -116,14 +116,11 @@ export default {
|
|||
</div>
|
||||
|
||||
<div class="ml-3 content-between">
|
||||
<div>
|
||||
<div class="">
|
||||
<h1 class="text-2xl md:text-4xl font-bold inline-block">{{ data.username }}</h1>
|
||||
<router-link v-if="$route.query['audio-only'] !== 'true'" to="?audio-only=true">
|
||||
<a v-if="$route.query['audio-only'] !== 'true'" href="?audio-only=true">
|
||||
<v-icon name="bi-headphones" class="ml-1 w-8 h-8 inline-block"></v-icon>
|
||||
</router-link>
|
||||
<!-- For some reason it doesn't like going from
|
||||
audio only to video, so we'll have the page reload
|
||||
-->
|
||||
</a>
|
||||
<a v-else :href="$route.params.username.toString()">
|
||||
<v-icon name="bi-camera-video-fill" class="ml-1 w-8 h-8 inline-block"></v-icon>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue