From 115b05ee7fe7e198db9f7fc5c4fb69a3919be1a9 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 13 Oct 2018 21:33:58 -0700 Subject: [PATCH] Reword buffer threshold setting --- data/interfaces/default/settings.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 81ed0006..a7febaba 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -890,7 +890,6 @@

Current Activity Notifications

-

Note: Buffer warnings only work on certain Plex clients. Android and Plex Web do not report buffer events accurately or at all.

@@ -899,7 +898,13 @@
-

How many buffer events should we wait before triggering the first warning. Buffer events increment on each monitor ping if play state is buffering. 0 to disable buffer warnings.

+

+ The number of buffer events required before triggering the first notification. + Buffer events increment on each incoming websocket message if the play state is buffering. +
+ Note: Buffer warnings only work on certain Plex clients. Some clients can send excessive buffer messages or no messages at all. + This notification may be unreliable and not indicative of a real problem. +