FreeTube/src/renderer/components/subscriptions-videos/subscriptions-videos.vue

14 lines
367 B
Vue

<template>
<subscriptions-tab-ui
:is-loading="isLoading"
:video-list="videoList"
:error-channels="errorChannels"
:last-refresh-timestamp="lastVideoRefreshTimestamp"
:attempted-fetch="attemptedFetch"
:title="$t('Global.Videos')"
@refresh="loadVideosForSubscriptionsFromRemote"
/>
</template>
<script src="./subscriptions-videos.js" />