This commit is contained in:
h4h13 2019-07-17 00:22:08 +05:30
commit 5e458cba2a
4 changed files with 120 additions and 52 deletions

View file

@ -52,12 +52,11 @@ interface DeezerApiService {
.addHeader("Cache-Control",
String.format(
Locale.getDefault(),
"max-age=%d, max-stale=%d",
31536000, 31536000
"max-age=31536000, max-stale=31536000"
)
).build()
chain.proceed(modifiedRequest)
}
}
}
}
}