We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d0d3e commit db9a5a1Copy full SHA for db9a5a1
xmodule/video_block/video_handlers.py
@@ -20,7 +20,6 @@
20
21
from xmodule.exceptions import NotFoundError
22
from xmodule.fields import RelativeTime
23
-from openedx.core.djangoapps.content_libraries import api as lib_api
24
25
from .transcripts_utils import (
26
Transcript,
@@ -626,7 +625,7 @@ def _studio_transcript_delete(self, request):
626
625
video_config_service = self.runtime.service(self, 'video_config')
627
if video_config_service:
628
video_config_service.delete_library_static_asset(
629
- self.usage_key,
+ self.usage_key,
630
f"static/{transcript_name}"
631
)
632
self._save_transcript_field()
0 commit comments