fix: blank line contains whitespace

This commit is contained in:
Yiannis Christodoulou
2025-07-28 03:23:10 +03:00
parent f472f94095
commit 783e234d3c
-3
View File
@@ -247,9 +247,6 @@ def history(request):
@csrf_exempt
@login_required
def video_chapters(request, friendly_token):
# TODO: Enable chapter saving functionality
# return False # TODO: Remove this
# Enable chapter saving functionality
if not request.method == "POST":
return HttpResponseRedirect("/")