mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
Clarified retry value type
This commit is contained in:
@@ -17,7 +17,7 @@ internal class RetryOnTemporarlyUnavailableFilter : IOperationFilter
|
||||
{
|
||||
{
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user