mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 20:43:07 +00:00
more debugs
This commit is contained in:
parent
1ea405bebb
commit
cd0265d8f4
1 changed files with 6 additions and 0 deletions
|
@ -769,6 +769,12 @@ class Plex:
|
|||
return updated
|
||||
|
||||
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])
|
||||
|
||||
name = os.path.basename(os.path.dirname(item.locations[0]) if self.is_movie else item.locations[0])
|
||||
found_folder = False
|
||||
uploaded = False
|
||||
|
|
Loading…
Reference in a new issue