diff --git a/src/main/lastfm.js b/src/main/lastfm.js index 0c453797..92f47817 100644 --- a/src/main/lastfm.js +++ b/src/main/lastfm.js @@ -61,7 +61,6 @@ const lfm = { }, scrobbleSong: async function (attributes) { - console.log((app.cfg.get('lastfm.scrobble_after') / 100)) await new Promise(resolve => setTimeout(resolve, Math.round(attributes.durationInMillis * (app.cfg.get('lastfm.scrobble_after') / 100)))); const currentAttributes = app.media; diff --git a/src/renderer/style.less b/src/renderer/style.less index aea78420..11c45675 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -3697,7 +3697,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { } .bg-artwork-container .bg-artwork { - filter: brightness(80%) saturate(69%) blur(180px) contrast(0.8) opacity(0.8); + filter: brightness(85%) saturate(95%) blur(180px) contrast(0.9) opacity(0.9); } .no-animation{