CC-4330: Media Library - > Search: Please change the way to search by owner

- fixed
This commit is contained in:
James 2012-09-06 17:46:45 -04:00
parent d9af434138
commit 0f1cb61a13
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ var AIRTIME = (function(AIRTIME) {
"sample_rate" : "n",
"track_title" : "s",
"track_num" : "n",
"year" : "n"
"year" : "n",
"owner" : "s"
};
if (AIRTIME.library === undefined) {