add filesystem rescan message

This commit is contained in:
simon 2023-05-14 07:58:10 +07:00
parent 95f114d817
commit c65fbb0b60
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ class Command(BaseCommand):
media_path = os.path.join(videos, media_url)
if not os.path.exists(media_path):
self.stdout.write(f" file not found: {media_path}")
self.stdout.write(" run file system rescan to fix")
continue
media = MediaStreamExtractor(media_path)