mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-05 07:01:14 +00:00
fix: thumbnail quality issue
This commit is contained in:
parent
a25c31f3e6
commit
20f0333dea
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import compactVideoRenderer from "./VideoRenderers/compactVideoRenderer.vue";
|
||||
import compactVideoRenderer from "./CompactRenderers/compactVideoRenderer.vue";
|
||||
import gridVideoRenderer from "./VideoRenderers/gridVideoRenderer.vue";
|
||||
|
||||
export default {
|
||||
|
|
Loading…
Reference in a new issue