File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ const Utils = {
670670 /**
671671 * Current version of the lyrics-plus app
672672 */
673- currentVersion : "2.0.0 " ,
673+ currentVersion : "2.0.1 " ,
674674
675675 /**
676676 * Check for updates from remote repository
Original file line number Diff line number Diff line change @@ -238,16 +238,6 @@ if (typeof window.kuromoji === 'undefined') {
238238 window . lyricContainer . forceUpdate ( ) ;
239239 } catch ( e ) { }
240240 }
241- // Also try to refresh by simulating a track change
242- try {
243- const currentTrack = Spicetify . Player . data ?. item ?. uri ;
244- if ( currentTrack ) {
245- // Small delay to ensure everything is ready
246- setTimeout ( ( ) => {
247- Spicetify . Player . playUri ( currentTrack ) ;
248- } , 200 ) ;
249- }
250- } catch ( e ) { }
251241 }
252242 } )
253243 . catch ( err => { } ) ;
Original file line number Diff line number Diff line change 1- 2.0.0
1+ 2.0.1
You can’t perform that action at this time.
0 commit comments