Equalize cards in watch history + preferences

This commit is contained in:
root
2021-11-16 20:57:56 +05:30
parent d65f77eec3
commit 24e2b122db
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -63,6 +63,11 @@ export default {
type: 'bool',
default: true
},
{
id: 'skipToLastPoint',
type: 'bool',
default: true
},
{
id: 'homepage',
type: 'select',
+1 -1
View File
@@ -8,7 +8,7 @@
</v-row>
<v-row v-for="(chunk, chunkId) in chunkedByFour" :key="chunkId">
<v-col md="3" v-for="doc in chunk" :key="doc._id">
<VideoItem :video="doc.video" :src-progress="doc.progress">
<VideoItem :video="doc.video" :src-progress="doc.progress" max-height>
<ExpandableDate :date="doc.timestamp">
Watched
</ExpandableDate>
+1
View File
@@ -53,6 +53,7 @@
"feedColumns": "Count of Columns in Feed Pages",
"sponsorblock": "Enable Sponsorblock",
"selectedSkip": "Segments to Skip",
"skipToLastPoint": "Skip to the last watched point when encountering a video already seen",
"disableLBRY": "Disable LBRY",
"proxyLBRY": "Proxy LBRY videos",
"playerAutoplay": "Autoplay Video",