Renamed the underrun case for STREAM_BUFFER to DRY instead of EMPTY
This commit is contained in:
parent
b99565a3da
commit
fe0172efa9
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ namespace Mist {
|
||||||
}
|
}
|
||||||
if ((fragCount < FRAG_BOOT || fragCount == 0xFFFFull) && (lastFragCount >= FRAG_BOOT && lastFragCount != 0xFFFFull)) {
|
if ((fragCount < FRAG_BOOT || fragCount == 0xFFFFull) && (lastFragCount >= FRAG_BOOT && lastFragCount != 0xFFFFull)) {
|
||||||
if (Triggers::shouldTrigger("STREAM_BUFFER")) {
|
if (Triggers::shouldTrigger("STREAM_BUFFER")) {
|
||||||
std::string payload = config->getString("streamname") + "\nEMPTY";
|
std::string payload = config->getString("streamname") + "\nDRY";
|
||||||
Triggers::doTrigger("STREAM_BUFFER", payload, config->getString("streamname"));
|
Triggers::doTrigger("STREAM_BUFFER", payload, config->getString("streamname"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue