Skip to content

Commit

Permalink
Plugin sonarr: ignore lastAired in changetracking
Browse files Browse the repository at this point in the history
  • Loading branch information
alturiak committed Feb 18, 2024
1 parent 64abc3f commit a28138b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/sonarr/sonarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
plugin = Plugin("sonarr", "TV-Shows", "Provides commands to query sonarr's API")

suppressed_series_attributes: List[str] = [
"lastAired",
"lastInfoSync",
"previousAiring",
"episodeCount",
Expand Down

0 comments on commit a28138b

Please sign in to comment.