diff --git a/src/routes/PlaylistPage.vue b/src/routes/PlaylistPage.vue index 785978c..9e3f5a9 100644 --- a/src/routes/PlaylistPage.vue +++ b/src/routes/PlaylistPage.vue @@ -1,71 +1,71 @@ - + - - - - - - - {{ playlist.name }} - - - - - - - {{ playlist.uploader }} - - - - {{ $tc('counts.videos', playlist.videos, { n: $store.getters['i18n/fmtFullNumber'](playlist.videos) }) }} - - - - - - {{ mdiRssBox }} - - - {{ mdiYoutube }} - - - {{ $t('playlists.delete_self') }} - - - {{ $t('playlists.rename_self') }} - - - - - - - - - - - {{ $t('playlists.remove_video')}} - - - - - - - - - + + + + + + + {{ playlist.name }} + + + + + + + {{ playlist.uploader }} + + + + {{ $tc('counts.videos', playlist.videos, { + n: + $store.getters['i18n/fmtFullNumber'](playlist.videos) + }) }} + + + + + + {{ mdiRssBox }} + + + {{ mdiYoutube }} + + + {{ $t('playlists.delete_self') }} + + + {{ $t('playlists.rename_self') }} + + + + + + + + + + + {{ $t('playlists.remove_video') }} + + + + + + + + + diff --git a/src/routes/WatchVideo.vue b/src/routes/WatchVideo.vue index b8600e8..f136a53 100644 --- a/src/routes/WatchVideo.vue +++ b/src/routes/WatchVideo.vue @@ -1,148 +1,136 @@ - - - - + + + + - - - - - - - - - {{ video.title }} - - - - - • - {{ $store.getters['i18n/fmtDate'](new Date(video.uploadDate)) }} - - • - {{ $t('misc.lastWatchedTill', { t: lastWatchDurationH }) }} - - - • {{ $t('visibilities.' + video.visibility) }} - - - - {{ mdiThumbUp }} - {{ $store.getters['i18n/fmtFullNumber'](video.likes) }} - - - - {{ mdiShareVariant }} - - {{ $t('video_sharing_panel.share') }} - - - - {{ mdiLinkPlus }} - - {{ $t('playlists.add_to_playlist') }} - - - LBRY - - - - - M3U8/DASH/Stream - - - - With this you can play the video in your own media player. - - - - - - - - - - - - - - - - {{ video.uploader }} - - - - - - - - - - - - - - Sponsors Segments: {{ sponsors.segments.length }} - - - - - - - - - - - + + + + {{ video.title }} + + + + + • + {{ $store.getters['i18n/fmtDate'](new Date(video.uploadDate)) }} + + • + {{ $t('misc.lastWatchedTill', { t: lastWatchDurationH }) }} + + + • {{ $t('visibilities.' + video.visibility) + }} + + + + {{ mdiThumbUp }} + {{ $store.getters['i18n/fmtFullNumber'](video.likes) }} + + + + {{ mdiShareVariant }} + + {{ $t('video_sharing_panel.share') }} + + + + {{ mdiLinkPlus }} + + {{ $t('playlists.add_to_playlist') }} + + + LBRY + + + + + M3U8/DASH/Stream + + + + With this you can play the video in your own media player. + + + + + + + + + + + + + + + + {{ video.uploader }} + + + + + + + + + + + + + + Sponsors Segments: {{ sponsors.segments.length }} + + + + + + + + + + + - - - {{ $t('actions.related_comments') }} - - - - - {{ $t('actions.loadComments') }} - - - {{ $t('actions.related_videos') }} - - - - + + + {{ $t('actions.related_comments') }} + + + + + {{ $t('actions.loadComments') }} + + + {{ $t('actions.related_videos') }} + + + +