Fix playlist count from previous search

This commit is contained in:
Chocobozzz 2021-10-19 08:46:28 +02:00
parent 76277b6adf
commit d28628f99e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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()