Skip to content
  • Jörg Krause's avatar
    Fix running onplay after starting upmpdcli · e306de4e
    Jörg Krause authored
    
    
    If upmpdcli is started and MPD is already playing, the "onplay" command
    is not run as the configuration files is not parsed yet.
    
    Fix this by checking the state after parsing the configuration.
    Additionally, a check for the state `MPDS_UNK` is necessary to run the
    "onplay" command as upmpdcli might be just started.
    
    Signed-off-by: default avatarJörg Krause <joerg.krause@embedded.rocks>
    e306de4e