add observable on currentItem to update the icon of the item being played
<?phpuseIlluminate\Database\Seeder;useIlluminate\Database\Eloquent\Model;classDatabaseSeederextendsSeeder{/** * Run the database seeds. */publicfunctionrun(){Model::unguard();// $this->call('UserTableSeeder');}}