Change in torrent modes
testing/ogcore-api/pipeline/head This commit looks good Details

pull/20/head
Manuel Aranda Rosales 2025-01-29 17:39:27 +01:00
parent 34c8fe2d1a
commit 820edfdff0
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ namespace App\Model;
final class OrganizationalUnitP2PModes
{
public const string P2P_MODE_LEECHER = 'p2p-mode-leecher';
public const string P2P_MODE_PEER = 'p2p-mode-peer';
public const string P2P_MODE_SEEDER = 'p2p-mode-seeder';
public const string P2P_MODE_LEECHER = 'leecher';
public const string P2P_MODE_PEER = 'peer';
public const string P2P_MODE_SEEDER = 'seeder';
private const array P2P_MODE_NAMES = [
self::P2P_MODE_LEECHER => 'El cliente no comparte mientras descarga la imagen',