Skip to content
  • Rémi Denis-Courmont's avatar
    playlist: allocate the root item statically · 9c77c044
    Rémi Denis-Courmont authored
    This allocates space for the root playlist item directly inside the
    playlist structure. Creation of that item required a special case
    anyway as it was the only item without a parent.
    
    As a consequence, one unhandled error case is removed.
    9c77c044