diff --git a/software/webradio.py b/software/webradio.py index 4947569..69636d2 100644 --- a/software/webradio.py +++ b/software/webradio.py @@ -5,7 +5,7 @@ import asyncio from mpd import MPDClient IO_DELAY = (1.0 / 20.0) -MPD_DELAY = 1 +MPD_DELAY = 0.5 class display(object): def __init__(self):