dever 6 years ago
parent
commit
2ac3c06d58
2 changed files with 4 additions and 2 deletions
  1. 2 1
      video/database/live.php
  2. 2 1
      video/database/vod.php

+ 2 - 1
video/database/live.php

@@ -125,8 +125,9 @@ return array
 			'desc' 		=> '作者',
 			'match' 	=> 'is_numeric',
 			'update'	=> 'select',
-			'option'	=> $author,
+			//'option'	=> $author,
 			'search'	=> 'select',
+			'update_search'	=> 'content/lib/author.search',
 		),
 
 		'tag'		=> array

+ 2 - 1
video/database/vod.php

@@ -137,8 +137,9 @@ return array
 			'desc' 		=> '作者',
 			'match' 	=> 'is_numeric',
 			'update'	=> 'select',
-			'option'	=> $author,
+			//'option'	=> $author,
 			'search'	=> 'select',
+			'update_search'	=> 'content/lib/author.search',
 		),
 
 		'tag'		=> array