Skip to content

Commit

Permalink
Update sonos-display.js
Browse files Browse the repository at this point in the history
  • Loading branch information
marco79cgn authored Sep 14, 2022
1 parent c0d577d commit 03aed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonos-display.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const SONOS_BASE_URL = "http://192.168.178.10:5005"
// the sonos speaker name to monitor
const SONOS_ROOM = "kitchen"

const SONOS_IMG_URL = "https://pisces.bbystatic.com/image2/BestBuy_US/Gallery/sonos_logo_white_2.png"
const SONOS_IMG_URL = "https://i.imgur.com/Truqs6P.png"
let nowPlaying = await loadNowPlaying()
let widget = await createWidget(nowPlaying)
widget.url = "sonos://"
Expand Down

0 comments on commit 03aed18

Please sign in to comment.