Commit f513c13c by Phạm Văn Đoan

cập nhật blacklist

parent b7210c0c
......@@ -318,7 +318,7 @@ class TrackRepository extends BaseRepository
case 'nct':
$query->whereNotNull('id_nct')
->where('id_nct', '<>', '')
->whereNotIn('id', [1198,1700,1954,3223,3334,3357,3529,3688,3918,3664]);
->whereNotIn('id', [1198,1700,1954,3223,3334,3357,3529,3688,3918,3664,3910]);
if ($is_update_composer) {
$query->whereNull('composer_list');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment