Skip to content
  • Rémi Denis-Courmont's avatar
    WPL: do not fill duration to playlist node input item · 6b35f2b1
    Rémi Denis-Courmont authored
    The duration of an input item is supposed to represent its proper
    duration, not the total duration of its descendants. The duration of a
    (pure) playlist is therefore always zero.
    
    Otherwise, playlist_GetNodeDuration() would account for the same
    playback time twice.
    6b35f2b1