mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-05 02:04:06 +00:00
@@ -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;
|
||||
|
Reference in New Issue
Block a user