Browse Source

refactor(EditSong): removed leftover unused property

Kristian Vos 2 năm trước cách đây
mục cha
commit
3abc18da3e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      frontend/src/components/modals/EditSong/index.vue

+ 0 - 1
frontend/src/components/modals/EditSong/index.vue

@@ -1503,7 +1503,6 @@ export default {
 					this.pauseVideo(false);
 					break;
 				case "skipToLast10Secs":
-					this.skipToLast10SecsPressed = true;
 					this.seekTo(
 						this.song.duration - 10 + this.song.skipDuration
 					);