Fixed XML playlist saving on Yosemite

CQTexperiment
Chris Moeller 2014-09-16 18:27:14 -07:00
parent e7ba50b24f
commit 0ccc0f4dae
1 changed files with 2 additions and 0 deletions

View File

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