Change in torrent modes
testing/ogcore-api/pipeline/head This commit looks good
Details
testing/ogcore-api/pipeline/head This commit looks good
Details
parent
34c8fe2d1a
commit
820edfdff0
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue