Fixed XML playlist saving on Yosemite
parent
e7ba50b24f
commit
0ccc0f4dae
|
@ -187,6 +187,8 @@ NSMutableDictionary * dictionaryWithPropertiesOfObject(id obj, NSArray * filterL
|
|||
|
||||
free(properties);
|
||||
|
||||
if (count) break;
|
||||
|
||||
class = [class superclass];
|
||||
} while (class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue