Skip to content

Commit

Permalink
Fix file encoding (#7, #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
noatpad committed Sep 29, 2020
1 parent da2c31b commit dbac804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UeberPlayer.widget/lib/getTrack.scpt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if playingState is false and application "Music" is running then
set trackDuration to the duration of current track
set timeElapsed to the player position

if format of item 1 of artworks in current track is Çclass PNG È then
if format of item 1 of artworks in current track is «class PNG » then
set artExtension to ".png"
else
set artExtension to ".jpg"
Expand Down

0 comments on commit dbac804

Please sign in to comment.