Commit 64cca9e7 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: compilation fix

parent 1b312ceb
...@@ -1017,7 +1017,7 @@ ...@@ -1017,7 +1017,7 @@
if (mediaListCount > 30) { if (mediaListCount > 30) {
for (NSUInteger x = 0; x < mediaListCount - 30; x++) { for (NSUInteger x = 0; x < mediaListCount - 30; x++) {
[mutDict removeObjectForKey:[mediaList firstObject]]; [mutDict removeObjectForKey:[mediaList firstObject]];
[mediaList removefirstObject]; [mediaList removeObjectAtIndex:0];
} }
} }
} else { } else {
......
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