mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
parent
981133ebd0
commit
bc636b4064
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ export default {
|
|||
}
|
||||
},
|
||||
loadMoreVideos() {
|
||||
if (!this.videosStore) return;
|
||||
this.currentVideoCount = Math.min(this.currentVideoCount + this.videoStep, this.videosStore.length);
|
||||
if (this.videos.length != this.videosStore.length) {
|
||||
this.videos = this.videosStore.slice(0, this.currentVideoCount);
|
||||
|
|
Loading…
Reference in a new issue