diff --git a/resources/views/browse/index.blade.php b/resources/views/browse/index.blade.php index ebf2d4e80..b8406e8c5 100644 --- a/resources/views/browse/index.blade.php +++ b/resources/views/browse/index.blade.php @@ -164,7 +164,7 @@ Sample @endif - @if(isset($result->videos_id) && $result->videos_id > 0) + @if(!empty($result->videos_id) && (int)$result->videos_id > 0)