Skip to content

Commit

Permalink
[skip-ci] use built-in cache value in search suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Dec 26, 2024
1 parent 1129014 commit 339066f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playlet-lib/src/components/Services/Innertube/Search.bs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ namespace Innertube
request.Headers({
"user-agent": INNERTUBE_WEB_USER_AGENT
})
request.CacheSeconds(60 * 60 * 24)
request.Cancellation(cancellation)

response = request.Await()
Expand Down

0 comments on commit 339066f

Please sign in to comment.