Skip to content

Commit

Permalink
Renames cache_aac_chunks -> precache
Browse files Browse the repository at this point in the history
  • Loading branch information
AngellusMortis committed Jul 24, 2021
1 parent 7b936b0 commit 2aa9470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sxm_player/workers/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run(self) -> None:
app = web.Application()
app.router.add_get(
"/{_:.*}",
make_http_handler(self.sxm.async_client, cache_aac_chunks=self._precache),
make_http_handler(self.sxm.async_client, precache=self._precache),
)
try:
self._log.info(f"{self.name} has started on http://{self._ip}:{self._port}")
Expand Down

0 comments on commit 2aa9470

Please sign in to comment.