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