Ver Fonte

refactor(EditSong): removed leftover unused property

Kristian Vos há 3 anos atrás
pai
commit
3abc18da3e
1 ficheiros alterados com 0 adições e 1 exclusões
  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
 					);