-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DONE] Bugfix import video and thumbnail #1253
[DONE] Bugfix import video and thumbnail #1253
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merci pour ces corrections !
Juste une petite remarque.
pod/import_video/views.py
Outdated
|
||
# To convert old BBB presentation | ||
from pod.main.tasks import task_start_bbb_presentation_encode_and_upload_to_pod | ||
from pod.main.tasks import task_start_bbb_presentation_encode_and_move_to_destination | ||
|
||
DEBUG = getattr(settings, "DEBUG", True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si DEBUG n'est pas utilisé ici autant supprimer cette ligne ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah oui, c'était lors de mes tests. Je viens de l'enlever
…e lack of URL field in Peertube
Bugfix
Modifications to the video import module:
Modifications to the video module: