mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 22:08:25 +00:00
more debug
This commit is contained in:
parent
cd0265d8f4
commit
7d2bd7025d
1 changed files with 3 additions and 3 deletions
|
@ -771,11 +771,11 @@ class Plex:
|
|||
def update_item_from_assets(self, item, overlay=None):
|
||||
logger.debug(item.locations)
|
||||
logger.debug(item.locations[0])
|
||||
self.reload(item)
|
||||
logger.debug(item.locations)
|
||||
logger.debug(item.locations[0])
|
||||
logger.debug(os.path.dirname(item.locations[0]))
|
||||
logger.debug(os.path.basename(os.path.dirname(item.locations[0])))
|
||||
|
||||
name = os.path.basename(os.path.dirname(item.locations[0]) if self.is_movie else item.locations[0])
|
||||
logger.debug(name)
|
||||
found_folder = False
|
||||
uploaded = False
|
||||
for ad in self.asset_directory:
|
||||
|
|
Loading…
Add table
Reference in a new issue