mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 20:43:07 +00:00
[69] fix infO
This commit is contained in:
parent
54133342b6
commit
f40ecf458d
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.15.1-develop68
|
1.15.1-develop69
|
||||||
|
|
|
@ -2329,7 +2329,7 @@ class CollectionBuilder:
|
||||||
logger.info("Details: have been updated")
|
logger.info("Details: have been updated")
|
||||||
except NotFound:
|
except NotFound:
|
||||||
logger.error("Details: Failed to Update Please delete the collection and run again")
|
logger.error("Details: Failed to Update Please delete the collection and run again")
|
||||||
logger.infO("")
|
logger.info("")
|
||||||
|
|
||||||
if "collection_mode" in self.details:
|
if "collection_mode" in self.details:
|
||||||
self.library.collection_mode_query(self.obj, self.details["collection_mode"])
|
self.library.collection_mode_query(self.obj, self.details["collection_mode"])
|
||||||
|
|
Loading…
Reference in a new issue