Fixed rating query
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ public class RatingDao extends AbstractDao {
|
||||
|
||||
String sql = "select user_rating.path from user_rating, media_file " +
|
||||
"where user_rating.path=media_file.path and media_file.present and media_file.type = :type and media_file.folder in (:folders) " +
|
||||
"group by user_rating.path " +
|
||||
"group by path " +
|
||||
"order by avg(rating) desc limit :count offset :offset";
|
||||
return namedQueryForStrings(sql, args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user