mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
T350: Fixed the broken show song filter.
This commit is contained in:
parent
ba25beb09b
commit
efa16a2baa
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class Track extends Model
|
|||
|
||||
public static function summary()
|
||||
{
|
||||
return self::select('id', 'title', 'user_id', 'slug', 'is_vocal', 'is_explicit', 'created_at', 'published_at',
|
||||
return self::select('tracks.id', 'title', 'user_id', 'slug', 'is_vocal', 'is_explicit', 'created_at', 'published_at',
|
||||
'duration', 'is_downloadable', 'genre_id', 'track_type_id', 'cover_id', 'album_id', 'comment_count',
|
||||
'download_count', 'view_count', 'play_count', 'favourite_count');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue