Skip to content
Commit a358770b authored by Peter Amidon's avatar Peter Amidon Committed by Edward Hades
Browse files

Fix duplicate-name bug in creating playlist folders

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
parent 647192b6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment