mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-26 23:47:25 +00:00
parent
db2d5efe04
commit
43c60c6adf
@ -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…
Reference in New Issue
Block a user