Skip to content

Commit

Permalink
chore: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Nov 6, 2024
1 parent 9217dc4 commit a2e4584
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xmodule/video_block/video_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

@XBlock.wants('settings', 'completion', 'i18n', 'request_cache')
@XBlock.needs('mako', 'user')
class _BuiltInVideoBlock(
class VideoBlock(
VideoFields, VideoTranscriptsMixin, VideoStudioViewHandlers, VideoStudentViewHandlers,
EmptyDataRawMixin, XmlMixin, EditingMixin, XModuleToXBlockMixin,
ResourceTemplates, XModuleMixin, LicenseMixin):
Expand Down Expand Up @@ -1264,7 +1264,7 @@ def _poster(self):
return None


VideoBlock = (
_ExtractedVideoBlock if USE_EXTRACTED_VIDEO_BLOCK.is_enabled()
else _BuiltInVideoBlock
)
# VideoBlock = (
# _ExtractedVideoBlock if USE_EXTRACTED_VIDEO_BLOCK.is_enabled()
# else _BuiltInVideoBlock
# )

0 comments on commit a2e4584

Please sign in to comment.