mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
parent
db2d5efe04
commit
43c60c6adf
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ export default {
|
||||||
const lines = body.split("\n");
|
const lines = body.split("\n");
|
||||||
lines.map(line => {
|
lines.map(line => {
|
||||||
const split = line.split("|");
|
const split = line.split("|");
|
||||||
if (split.length == 4) {
|
if (split.length == 5) {
|
||||||
if (skipped < 2) {
|
if (skipped < 2) {
|
||||||
skipped++;
|
skipped++;
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue