|
@@ -576,7 +576,7 @@ export default {
|
|
this.youtubeVideoDuration = youtubeDuration;
|
|
this.youtubeVideoDuration = youtubeDuration;
|
|
this.youtubeVideoNote = "";
|
|
this.youtubeVideoNote = "";
|
|
youtubeDuration -= _this.editing.song.skipDuration;
|
|
youtubeDuration -= _this.editing.song.skipDuration;
|
|
- if (_this.editing.song.duration > youtubeDuration) {
|
|
|
|
|
|
+ if (_this.editing.song.duration > youtubeDuration + 1) {
|
|
this.video.player.stopVideo();
|
|
this.video.player.stopVideo();
|
|
_this.video.paused = true;
|
|
_this.video.paused = true;
|
|
Toast.methods.addToast(
|
|
Toast.methods.addToast(
|