Skip to content

Commit

Permalink
fix #75
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Jun 14, 2022
1 parent 947d442 commit 0cd794b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wildcard/media/browser/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ def __call__(self):
file_ = dm.get()
if file_ is None:
raise NotFound(self, self.request)

self.set_headers(file_)
request_range = self.handle_request_range(file_)
return stream_data(file_, **request_range)

0 comments on commit 0cd794b

Please sign in to comment.