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

14 lines
362 B
Vue

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