CC-4330: Media Library - > Search: Please change the way to search by owner
- fixed
This commit is contained in:
parent
d9af434138
commit
0f1cb61a13
|
@ -35,7 +35,8 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
"sample_rate" : "n",
|
"sample_rate" : "n",
|
||||||
"track_title" : "s",
|
"track_title" : "s",
|
||||||
"track_num" : "n",
|
"track_num" : "n",
|
||||||
"year" : "n"
|
"year" : "n",
|
||||||
|
"owner" : "s"
|
||||||
};
|
};
|
||||||
|
|
||||||
if (AIRTIME.library === undefined) {
|
if (AIRTIME.library === undefined) {
|
||||||
|
|
Loading…
Reference in New Issue