mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 04:54:23 +00:00
remove some notes
This commit is contained in:
@@ -155,7 +155,6 @@ const app = Vue.createApp( {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// TODO: update all those items to use custom queue manager for queue pos
|
|
||||||
this.playingSong = this.songQueue[ this.queuePos ];
|
this.playingSong = this.songQueue[ this.queuePos ];
|
||||||
this.sendUpdate( 'songQueue' );
|
this.sendUpdate( 'songQueue' );
|
||||||
this.sendUpdate( 'playingSong' );
|
this.sendUpdate( 'playingSong' );
|
||||||
@@ -323,8 +322,6 @@ const app = Vue.createApp( {
|
|||||||
this.playbackPosBeautified += secondCount;
|
this.playbackPosBeautified += secondCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Check playback duration with backend analysis
|
|
||||||
|
|
||||||
if ( this.isShowingRemainingTime ) {
|
if ( this.isShowingRemainingTime ) {
|
||||||
const minuteCounts = Math.floor( ( this.playingSong.duration - this.pos ) / 60 );
|
const minuteCounts = Math.floor( ( this.playingSong.duration - this.pos ) / 60 );
|
||||||
this.durationBeautified = '-' + String( minuteCounts ) + ':';
|
this.durationBeautified = '-' + String( minuteCounts ) + ':';
|
||||||
|
|||||||
Reference in New Issue
Block a user