mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
Drop an unnecessary 's'
This commit is contained in:
parent
cbcd1185af
commit
6caf26ed5b
@ -11,7 +11,7 @@ class Command(BaseCommand):
|
||||
help = 'Resets all media item metadata'
|
||||
|
||||
def handle(self, *args, **options):
|
||||
log.info('Resettings all media metadata...')
|
||||
log.info('Resetting all media metadata...')
|
||||
# Delete all metadata
|
||||
Metadata.objects.all().delete()
|
||||
# Trigger the save signal on each media item
|
||||
|
Loading…
Reference in New Issue
Block a user