Fix playlist count from previous search
This commit is contained in:
parent
76277b6adf
commit
d28628f99e
|
@ -958,7 +958,7 @@
|
|||
}
|
||||
|
||||
if (!this.hasStillPlaylistsResult()) {
|
||||
return Promise.resolve({ data: [], total: this.channelsCount })
|
||||
return Promise.resolve({ data: [], total: this.playlistsCount })
|
||||
}
|
||||
|
||||
const query = this.buildChannelSearchQuery()
|
||||
|
|
Loading…
Reference in New Issue