mirror of https://github.com/Chocobozzz/PeerTube
Fix local video creator crash
parent
abc6c2b7f4
commit
f84ac3ba41
|
@ -205,7 +205,7 @@ export class LocalVideoCreator {
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
// Reset elements to reinsert them in the database
|
// Reset elements to reinsert them in the database
|
||||||
this.video.isNewRecord = true
|
this.video.isNewRecord = true
|
||||||
this.videoFile.isNewRecord = true
|
if (this.videoFile) this.videoFile.isNewRecord = true
|
||||||
|
|
||||||
for (const t of thumbnails) {
|
for (const t of thumbnails) {
|
||||||
t.isNewRecord = true
|
t.isNewRecord = true
|
||||||
|
|
Loading…
Reference in New Issue