mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-04 01:34:15 +00:00
fix: fix typo
This fixes channel tab pagination
This commit is contained in:
@@ -197,7 +197,7 @@ export default {
|
||||
}).then(json => {
|
||||
this.tabs[this.selectedTab].tabNextPage = json.nextpage;
|
||||
this.loading = false;
|
||||
json.this.contentItems.push(...json.content);
|
||||
this.contentItems.push(...json.content);
|
||||
this.fetchDeArrowContent(json.content);
|
||||
this.tabs[this.selectedTab].content = this.contentItems;
|
||||
});
|
||||
|
Reference in New Issue
Block a user