Skip to content

Commit

Permalink
Don't remove folder scope when searching named mediaitems
Browse files Browse the repository at this point in the history
  • Loading branch information
heiiko committed Nov 4, 2013
1 parent 0369711 commit 9a2d93a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/mediacontent_android.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ function MediaContentAndroid () {
var offset = parseInt(params.offset, 10) || 0,
count = parseInt(params.count, 10) || 0;

if (params.fileName) params.folderId = undefined;

localSource.findItems(function(mediaItemCollection) {
var mediaItems = [];
for ( var j = 0; j < mediaItemCollection.size; j++) {
Expand Down

1 comment on commit 9a2d93a

@webinos-win-test
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing npm install on windows

Windows Build status Check log here

Please sign in to comment.