Skip to content

Instantly share code, notes, and snippets.

@naotokui
Created September 11, 2014 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naotokui/b5637a147cb46c0ed3eb to your computer and use it in GitHub Desktop.
Save naotokui/b5637a147cb46c0ed3eb to your computer and use it in GitHub Desktop.
MPMediaQuery - ignore songs on Cloud (i.e., iTunes Match)
[mediaQuery addFilterPredicate:[MPMediaPropertyPredicate predicateWithValue:[NSNumber numberWithBool:NO] forProperty:MPMediaItemPropertyIsCloudItem]];
@cbaggers
Copy link

cbaggers commented Mar 2, 2018

Thankyou!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment