Skip to content

Commit

Permalink
fix: Fixed channel information display, when you click on channel ico…
Browse files Browse the repository at this point in the history
…n after playing video from some channel
  • Loading branch information
pixkk committed Apr 11, 2024
1 parent ed82ee1 commit 137e585
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NUXT/pages/watch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@
? '1rem'
: '0',
}"
@click="$store.dispatch('channel/fetchChannel', video.channelUrl)"
>
<div id="details">
<div id="details"
@click="$store.dispatch('channel/fetchChannel', video.channelUrl)">
<div class="avatar-link mr-3">
<v-img class="avatar-thumbnail" :src="video.channelImg" />
</div>
Expand Down Expand Up @@ -187,6 +187,7 @@
<div class="scroll-y ma-4 pt-1">
<slim-video-description-renderer
:render="video.renderedData.description"
:additionalInfo="video.metadata"
/>
</div>
</div>
Expand Down

0 comments on commit 137e585

Please sign in to comment.