mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 22:08:25 +00:00
[31] fix NoneError
This commit is contained in:
parent
55054d9e45
commit
f7a5d60d88
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.17.1-develop30
|
||||
1.17.1-develop31
|
||||
|
|
|
@ -225,7 +225,7 @@ class CollectionBuilder:
|
|||
logger.debug(f"Value: {self.data[methods['name']]}")
|
||||
self.name = str(self.data[methods["name"]])
|
||||
else:
|
||||
self.name = None
|
||||
self.name = self.mapping_name
|
||||
|
||||
if "allowed_library_types" in methods and not self.playlist:
|
||||
logger.debug("")
|
||||
|
|
Loading…
Add table
Reference in a new issue