Commit a82a9bc6 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix a false assertion fail in the Qt4 playlist.

parent 99ba0547
...@@ -33,9 +33,9 @@ enum ...@@ -33,9 +33,9 @@ enum
COLUMN_TRACK_NUMBER = 0x0040, COLUMN_TRACK_NUMBER = 0x0040,
COLUMN_DESCRIPTION = 0x0080, COLUMN_DESCRIPTION = 0x0080,
/* Add new entries here */ /* Add new entries here and update the COLUMN_END value*/
COLUMN_END COLUMN_END = 0x0100
}; };
/* Return the title of a column */ /* Return the title of a column */
......
Markdown is supported
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