Commit 769626f 1 parent 1bfe0ad commit 769626f Copy full SHA for 769626f
File tree 1 file changed +2
-2
lines changed
src/renderer/views/Playlist
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ export default defineComponent({
107
107
108
108
moreVideoDataAvailable ( ) {
109
109
if ( this . isUserPlaylistRequested ) {
110
- return this . userPlaylistVisibleLimit < this . videoCount
110
+ return this . userPlaylistVisibleLimit < this . sometimesFilteredUserPlaylistItems . length
111
111
} else {
112
112
return this . continuationData !== null
113
113
}
@@ -140,7 +140,7 @@ export default defineComponent({
140
140
return this . playlistItems
141
141
}
142
142
143
- if ( this . userPlaylistVisibleLimit < this . videoCount ) {
143
+ if ( this . userPlaylistVisibleLimit < this . sometimesFilteredUserPlaylistItems . length ) {
144
144
return this . sometimesFilteredUserPlaylistItems . slice ( 0 , this . userPlaylistVisibleLimit )
145
145
} else {
146
146
return this . sometimesFilteredUserPlaylistItems
You can’t perform that action at this time.
0 commit comments