Fixed XML playlist saving on Yosemite

This commit is contained in:
Chris Moeller 2014-09-16 18:27:14 -07:00
parent e7ba50b24f
commit 0ccc0f4dae

View file

@ -187,6 +187,8 @@ NSMutableDictionary * dictionaryWithPropertiesOfObject(id obj, NSArray * filterL
free(properties);
if (count) break;
class = [class superclass];
} while (class);