Skip to content

Commit 34b46fb

Browse files
committed
minor fix: no lowercasing source in listproviders
1 parent 771883c commit 34b46fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/OpencastApi/Rest/OcListProvidersApi.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public function getList($source)
4343
'reason' => 'API Version (>= 1.10.0) is required'
4444
];
4545
}
46-
$source = strtolower($source);
4746
$uri = self::URI . "/{$source}.json";
4847
return $this->restClient->performGet($uri);
4948
}

0 commit comments

Comments
 (0)