Skip to content
  • Mal Graty's avatar
    Playlist status not being updated on play/pause · 48a98edc
    Mal Graty authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    
    
    Fix issue #4899
    
    The problem was that the playing/paused state was being misreported
    to the luahttp interface, turns out this was due to the way the playing
    state was being updated in the Qt and hotkey logic.
    
    The p_input state was being updated, but the playlist wasn't being
    informed, this patch switches out the p_state calls to use the
    equivalent playlist aware functions.
    
    Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
    48a98edc