updated MAX_EPISODE_RANGE description.

This commit is contained in:
Abdulmhsen B. A. A
2024-05-18 18:19:32 +03:00
parent fd7dc229de
commit 6017a97567

View File

@@ -137,7 +137,7 @@ return [
'key' => 'options.MAX_EPISODE_RANGE',
'type' => 'int',
'visible' => false,
'description' => 'The max range of episodes that episode can cover. The default is 3.'
'description' => 'The max range a single record/episode can cover. The default is 5.'
],
[
'key' => 'options.client.timeout',