mirror of
https://github.com/TeamPiped/Piped
synced 2025-09-02 19:41:15 +02:00
fix: fix typo
This fixes channel tab pagination
This commit is contained in:
parent
88b624f14d
commit
7b80e293c4
@ -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;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user