Skip to content

Commit

Permalink
Add rule for ratings search
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 11, 2022
1 parent 7f94900 commit d130b6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plextraktsync/config/HttpCacheConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class HttpCacheConfig:
"*.trakt.tv/users/me": DO_NOT_CACHE,

# Plex patterns
# Ratings search
"*/library/sections/*/all?*userRating%3E%3E=-1*": DO_NOT_CACHE,
# fetch_item
"*/library/sections/*/all?*": DO_NOT_CACHE,
"*/library/sections/*/collections": DO_NOT_CACHE,
Expand Down

0 comments on commit d130b6c

Please sign in to comment.