Skip to content

Commit

Permalink
Quote style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Mar 12, 2024
1 parent b196642 commit d04ed2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plexfuse/cache/HttpCache.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ def session(self):
cache_control=False,
urls_expire_after=self.urls_expire_after,
# Plex doesn't Send Vary: X-Plex-Container-Start
match_headers=['X-Plex-Container-Start'],
match_headers=["X-Plex-Container-Start"],
)

0 comments on commit d04ed2a

Please sign in to comment.