pull/351/head
meisnate12 3 years ago
parent cd0265d8f4
commit 7d2bd7025d

@ -771,11 +771,11 @@ class Plex:
def update_item_from_assets(self, item, overlay=None): def update_item_from_assets(self, item, overlay=None):
logger.debug(item.locations) logger.debug(item.locations)
logger.debug(item.locations[0]) logger.debug(item.locations[0])
self.reload(item) logger.debug(os.path.dirname(item.locations[0]))
logger.debug(item.locations) logger.debug(os.path.basename(os.path.dirname(item.locations[0])))
logger.debug(item.locations[0])
name = os.path.basename(os.path.dirname(item.locations[0]) if self.is_movie else 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 found_folder = False
uploaded = False uploaded = False
for ad in self.asset_directory: for ad in self.asset_directory:

Loading…
Cancel
Save