diff --git a/app/Traits/Search.php b/app/Traits/Search.php index 5ddc4d2..654d6ab 100644 --- a/app/Traits/Search.php +++ b/app/Traits/Search.php @@ -612,7 +612,8 @@ private function datatableFormatResults($data){ $action_icons .= 'open_in_browser'; } else if(preg_match('/^audio/',$d->type) || preg_match('/^video/',$d->type)){ - $action_icons .= 'play_arrow'; + // commented the line below since the video/audio can be played on the details page. + //$action_icons .= 'play_arrow'; } else{ $action_icons .= 'cloud_download'; diff --git a/resources/views/collection.blade.php b/resources/views/collection.blade.php index 782620d..501d81b 100644 --- a/resources/views/collection.blade.php +++ b/resources/views/collection.blade.php @@ -280,7 +280,7 @@ function randomString(length) {