From dbad8c2a85eb873f395b09c7a751abec23e9dd24 Mon Sep 17 00:00:00 2001 From: shimon Date: Sun, 5 Mar 2023 19:30:53 +0200 Subject: [PATCH] Updates --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index 073eb51794..baf1e72c84 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -4024,7 +4024,7 @@ $collections = [ [ '$id' => '_key_profile', 'type' => Database::INDEX_KEY, - 'attributes' => ['width', 'height', 'videoBitRate', 'audioBitRate' ], + 'attributes' => ['width', 'height', 'videoBitRate', 'audioBitRate'], 'lengths' => [], 'orders' => [], ],