mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Clarified retry value type
This commit is contained in:
parent
aa4936c59c
commit
a026a3722c
@ -17,7 +17,7 @@ internal class RetryOnTemporarlyUnavailableFilter : IOperationFilter
|
|||||||
{
|
{
|
||||||
{
|
{
|
||||||
"retry-after",
|
"retry-after",
|
||||||
new() { AllowEmptyValue = true, Required = false, Description = "A hint for when to retry the operation." }
|
new() { AllowEmptyValue = true, Required = false, Description = "A hint for when to retry the operation in full secounds." }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"message",
|
"message",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user