improve code formatting and whitespace consistency

This commit is contained in:
2025-07-17 15:09:01 +04:00
parent 1809af1ad6
commit 5bb4c4cec3
2 changed files with 117 additions and 118 deletions
-1
View File
@@ -623,7 +623,6 @@ function searchVideos($query, $count = COUNT_VIDEO_SEARCH, $start = 0) {
'isLocal' => true, // Uniquement les vidéos locales
'sort' => '-publishedAt' // Les plus récentes d'abord
]);
return formatVideosData($data['data'] ?? []);
}
?>