Browse Source

refactor(EditSong): removed leftover unused property

Kristian Vos 3 years ago
parent
commit
3abc18da3e
1 changed files with 0 additions and 1 deletions
  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
 					);