Re-introduce stars_rate meta field

This commit is contained in:
Daniel Berteaud 2014-02-13 09:22:17 +01:00
parent a6f5572c92
commit 04f3de04db
1 changed files with 3 additions and 2 deletions

View File

@ -80,8 +80,9 @@ foreach my $share ($a->get_all_by_prop(type=>'share')){
$metastore
$history
"meta.user" => array (
"meta_fields" => "tags,css_label,anything_area",
"meta_labels" => "Tags,Type,Note",
"meta_types" => "tags,stars_rate,css_label,anything_area",
"meta_fields" => "tags,stars_rate,css_label,anything_area",
"meta_labels" => "Tags,Note,Type,Description",
),
"meta.filehasher" => array(),
"meta.watch" => array(),