From bf6191b00825c4631312cf2446fd7b181abb7e1f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 6 May 2013 17:27:27 +0200 Subject: Permit multiple HTTP errors in a row MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1) Make sure that multiple bad playlists in a row don’t result in a temporary ban 2) Ignore songs skipped because the playlist timed out after pausing for too long --- src/main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 14d1368..04f5203 100644 --- a/src/main.h +++ b/src/main.h @@ -42,6 +42,7 @@ typedef struct { PianoStation_t *curStation; char doQuit; BarReadlineFds_t input; + unsigned int playerErrors; } BarApp_t; #endif /* _MAIN_H */ -- cgit v1.2.3