Fix info link for videos, limit showing duplicates to 10

This commit is contained in:
2024-10-04 15:39:38 +10:00
parent ae1c8cbc28
commit 861cefb2db
7 changed files with 6 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ trait Multimedia
{
use Type;
protected const list_duplicates = 20;
protected const list_duplicates = 10;
protected const list_deletes = 50;
private function controller(string $type): string