mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
fixed series issue with sonarr
This commit is contained in:
parent
0ed61cec79
commit
014d6c859c
2 changed files with 2 additions and 2 deletions
|
@ -2038,7 +2038,7 @@ class CollectionBuilder:
|
||||||
(self.details["notifiarr_collection_creation"] and self.created) or
|
(self.details["notifiarr_collection_creation"] and self.created) or
|
||||||
(self.details["notifiarr_collection_addition"] and len(self.notifiarr_additions) > 0) or
|
(self.details["notifiarr_collection_addition"] and len(self.notifiarr_additions) > 0) or
|
||||||
(self.details["notifiarr_collection_removing"] and len(self.notifiarr_removals) > 0)
|
(self.details["notifiarr_collection_removing"] and len(self.notifiarr_removals) > 0)
|
||||||
):
|
):
|
||||||
self.obj.reload()
|
self.obj.reload()
|
||||||
self.library.Notifiarr.plex_collection(
|
self.library.Notifiarr.plex_collection(
|
||||||
self.obj,
|
self.obj,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PlexAPI==4.7.2
|
PlexAPI==4.7.2
|
||||||
tmdbv3api==1.7.6
|
tmdbv3api==1.7.6
|
||||||
arrapi==1.1.3
|
arrapi==1.1.6
|
||||||
lxml==4.6.3
|
lxml==4.6.3
|
||||||
requests==2.26.0
|
requests==2.26.0
|
||||||
ruamel.yaml==0.17.16
|
ruamel.yaml==0.17.16
|
||||||
|
|
Loading…
Reference in a new issue