public function playCount() {
$itemId = $_GET['id'];
$viewCount = PLUGINS _BOL_Service::getInstance()->increasePlayCount( $itemId );
exit(json_encode(array('id' => $itemId, 'count' => $playCount)));
}
The counter Increase works in list page but Only shows in view page doesn’t increase count can someone tell me why please.....