Skip to content
  • Peter Amidon's avatar
    Fix duplicate-name bug in creating playlist folders · a358770b
    Peter Amidon authored
    Previously, the code sorted numbers as string when determining the
    current largest number of duplicate folders. The code now uses
    std::max_element on a list of integers to circumvent that problem
    
    BUG: 312461
    FIXED-IN: 2.7
    REVIEW: 108245
    a358770b