mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
parent
db2d5efe04
commit
43c60c6adf
@ -289,7 +289,7 @@ export default {
|
||||
const lines = body.split("\n");
|
||||
lines.map(line => {
|
||||
const split = line.split("|");
|
||||
if (split.length == 4) {
|
||||
if (split.length == 5) {
|
||||
if (skipped < 2) {
|
||||
skipped++;
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user